mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-22 01:12:19 -05:00
Disable concurrent builds (#885)
This commit is contained in:
parent
84236e7ac3
commit
bd95fe616b
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -4,6 +4,7 @@ pipeline {
|
||||
options {
|
||||
timestamps()
|
||||
skipDefaultCheckout(true)
|
||||
disableConcurrentBuilds(abortPrevious: true)
|
||||
}
|
||||
|
||||
stages {
|
||||
|
Loading…
Reference in New Issue
Block a user