ci: disable pipeline resume to avoid false-success after Jenkins restarts

This commit is contained in:
Brad Stein 2026-04-12 05:43:32 -03:00
parent 263f86c824
commit 18117b9250

1
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ pipeline {
options {
disableConcurrentBuilds()
disableResume()
}
parameters {