mirror of
https://github.com/logos-messaging/lab.waku.org.git
synced 2026-01-07 16:23:11 +00:00
ci: disable restart from stage in jenkins (#138)
related issue : https://github.com/status-im/infra-ci/issues/202
This commit is contained in:
parent
9d0eb5dea3
commit
7ebc53a05d
1
ci/Jenkinsfile
vendored
1
ci/Jenkinsfile
vendored
@ -9,6 +9,7 @@ pipeline {
|
|||||||
|
|
||||||
options {
|
options {
|
||||||
disableConcurrentBuilds()
|
disableConcurrentBuilds()
|
||||||
|
disableRestartFromStage()
|
||||||
/* manage how many builds we keep */
|
/* manage how many builds we keep */
|
||||||
buildDiscarder(logRotator(
|
buildDiscarder(logRotator(
|
||||||
numToKeepStr: '20',
|
numToKeepStr: '20',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user