ci: disable pipeline resume to avoid false-success after Jenkins restarts
This commit is contained in:
parent
263f86c824
commit
18117b9250
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -3,6 +3,7 @@ pipeline {
|
|||||||
|
|
||||||
options {
|
options {
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
|
disableResume()
|
||||||
}
|
}
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user