pull/1984/head
Adeeb Shihadeh 5 years ago
parent 63375099ea
commit 07c1729e05
  1. 4
      Jenkinsfile

4
Jenkinsfile vendored

@ -55,7 +55,9 @@ pipeline {
} }
stages { stages {
stage('Build') { stage('Build') {
sh 'scons -j4' steps {
sh 'scons -j4'
}
} }
} }
} }

Loading…
Cancel
Save