Skip to content

Commit

Permalink
Merge pull request #1 from i0n/master
Browse files Browse the repository at this point in the history
disable concurrent builds in default environments
  • Loading branch information
jstrachan authored Aug 1, 2018
2 parents 87d766a + ed6aa31 commit 391b40c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
pipeline {
options {
disableConcurrentBuilds()
}
agent {
label "jenkins-maven"
}
Expand Down

0 comments on commit 391b40c

Please sign in to comment.