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 {
stage('Build') {
steps {
sh '''git submodule update --init --recursive
sh '''echo $HOME
git submodule update --init --recursive
rm -rf build
mkdir build
cd build

Loading…
Cancel
Save