Skip to content

Commit 6a5bb06

Browse files
authored
ci: disable restart from stage in jenkins (#13)
related issue : status-im/infra-ci#202
1 parent 58bc81b commit 6a5bb06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ pipeline {
1818
}
1919

2020
options {
21+
disableRestartFromStage()
2122
disableConcurrentBuilds()
2223
/* manage how many builds we keep */
2324
buildDiscarder(logRotator(

0 commit comments

Comments
 (0)