mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-06 15:53:09 +00:00
ci: disable restart from stage in jenkins (#2502)
related issue : https://github.com/status-im/infra-ci/issues/202
This commit is contained in:
parent
c24842a4a5
commit
7fc2895b6a
1
ci/Jenkinsfile
vendored
1
ci/Jenkinsfile
vendored
@ -3,6 +3,7 @@ pipeline {
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
disableRestartFromStage()
|
||||
/* manage how many builds we keep */
|
||||
buildDiscarder(logRotator(
|
||||
numToKeepStr: '20',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user