Skip to content

Commit

Permalink
Merge pull request #311 from puppetlabs/RE-16260
Browse files Browse the repository at this point in the history
(RE-16260) Disable concurrent builds for shipping job.
  • Loading branch information
isaac-hammes authored Jul 11, 2024
2 parents a765272 + ac4c09e commit 6562d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile.ship
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pipeline {
timestamps()
ansiColor('xterm')
preserveStashes(buildCount: 15)
disableConcurrentBuilds()
}

stages {
Expand Down

0 comments on commit 6562d5b

Please sign in to comment.