pull/1984/head
Adeeb Shihadeh 5 years ago
parent 65b3b171f1
commit e3e5af9dc9
  1. 9
      Jenkinsfile

9
Jenkinsfile vendored

@ -88,6 +88,10 @@ pipeline {
}
}
stage('Devel tests') {
parallel {
stage('Devel Build') {
environment {
CI_PUSH = "${env.BRANCH_NAME == 'master' ? 'master-ci' : ' '}"
@ -120,6 +124,11 @@ pipeline {
}
}
}
}
}
}

Loading…
Cancel
Save