From 04b2ddc8ea206fa84d39975a35d9025f6ec9d8cd Mon Sep 17 00:00:00 2001 From: Siddarth Kumar Date: Fri, 18 Jul 2025 14:15:54 +0530 Subject: [PATCH] ci: disable restart from stage in jenkins 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',