ci: disable restart from stage in jenkins (#2502)

related issue : https://github.com/status-im/infra-ci/issues/202
This commit is contained in:
Siddarth Kumar 2025-07-18 22:16:39 +05:30 committed by GitHub
parent c24842a4a5
commit 7fc2895b6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
ci/Jenkinsfile vendored
View File

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