From 18117b9250d5be95898f1afa0c93062ae8d5c46d Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 12 Apr 2026 05:43:32 -0300 Subject: [PATCH] ci: disable pipeline resume to avoid false-success after Jenkins restarts --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index adf400c..36637d6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ pipeline { options { disableConcurrentBuilds() + disableResume() } parameters {