Browse Source

Added Jenkinsfile

pass-iguana-arg
Artem Pikulin 7 years ago
parent
commit
ced658071c
  1. 3
      Jenkinsfile

3
Jenkinsfile

@ -3,7 +3,8 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh '''git submodule update --init --recursive sh '''echo $HOME
git submodule update --init --recursive
rm -rf build rm -rf build
mkdir build mkdir build
cd build cd build

Loading…
Cancel
Save