ci: disable restart from stage in jenkins

related issue : https://github.com/status-im/infra-ci/issues/202
This commit is contained in:
Siddarth Kumar 2025-07-18 14:15:54 +05:30
parent 9d0eb5dea3
commit 04b2ddc8ea
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB

1
ci/Jenkinsfile vendored
View File

@ -9,6 +9,7 @@ pipeline {
options {
disableConcurrentBuilds()
disableRestartFromStage()
/* manage how many builds we keep */
buildDiscarder(logRotator(
numToKeepStr: '20',