Skip to content

Commit

Permalink
Disallow all concurrent builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed Dec 7, 2018
1 parent 853fd22 commit 7c065e5
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,5 +1,8 @@
pipeline {
agent none
options {
disableConcurrentBuilds()
}
stages {
stage('Build') {
agent {
Expand Down

0 comments on commit 7c065e5

Please sign in to comment.