Skip to content

Commit

Permalink
Enabled concurrent builds, as our Jenkins is set for one concurrent b…
Browse files Browse the repository at this point in the history
…uild per node anyway.
  • Loading branch information
silvae86 committed Dec 4, 2017
1 parent 42b9e11 commit 31c910e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ pipeline {
agent {
label "dendro"
}
options {
disableConcurrentBuilds() //each branch has 1 job running at a time
}
//options {
// disableConcurrentBuilds() //each branch has 1 job running at a time
//}
stages {
stage('Build') {
steps {
Expand Down

0 comments on commit 31c910e

Please sign in to comment.