Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Disable concurrent builds (per branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoilol committed Nov 3, 2017
1 parent 1154574 commit 84f8e2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ def fail(reason) {
error("${reason}")
}

/* comment out the next line to allow concurrent builds on the same branch */
properties([disableConcurrentBuilds(), pipelineTriggers([])])
node('lisk-nano') {
try {
stage ('Cleanup, Checkout and Start Lisk Core') {
Expand Down

0 comments on commit 84f8e2a

Please sign in to comment.