Revert "parallel"

This reverts commit e3e5af9dc9.
pull/1984/head
Adeeb Shihadeh 5 years ago
parent e3e5af9dc9
commit 27438dcde2
  1. 9
      Jenkinsfile

9
Jenkinsfile vendored

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

Loading…
Cancel
Save