Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(pipeline): improve PR job stability by disabling concurrent builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj authored and joshuawilson committed May 19, 2017
1 parent 11a4c33 commit a196721
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ def project = 'fabric8-ui/fabric8-runtime-console'
def ciDeploy = false
def tempVersion
def imageName
node{
properties([
disableConcurrentBuilds()
])
}

fabric8UITemplate{
dockerNode{
ws {
Expand Down

0 comments on commit a196721

Please sign in to comment.