From 7ebc53a05d4a27b8f866d3111d0725044b5778b3 Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Sat, 19 Jul 2025 09:55:17 +0530 Subject: [PATCH] ci: disable restart from stage in jenkins (#138) related issue : https://github.com/status-im/infra-ci/issues/202 --- ci/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 9428f30..61071a3 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -9,6 +9,7 @@ pipeline { options { disableConcurrentBuilds() + disableRestartFromStage() /* manage how many builds we keep */ buildDiscarder(logRotator( numToKeepStr: '20',