Skip to content

Commit

Permalink
Disabled Jenkinsfile concurrent builds (only one per branch maximum)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvae86 committed Oct 6, 2017
1 parent a91831a commit ef2943e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ properties(
)

pipeline {
agent any
agent any
options {
disableConcurrentBuilds() //each branch has 1 job running at a time
Expand Down

0 comments on commit ef2943e

Please sign in to comment.