Build scripts - concurrent builds with Jenkins (#169)

* Build scripts - concurrent builds with Jenkins

* Allow concurrent builds
This commit is contained in:
Jason Wen
2023-06-18 16:59:35 -04:00
committed by GitHub
parent 5801d081e8
commit ab7d30dbfc
4 changed files with 384 additions and 4 deletions
-4
View File
@@ -1,10 +1,6 @@
pipeline {
agent any
options {
disableConcurrentBuilds()
}
stages {
stage('Build dev-c3') {
when {