Skip to content

Commit cba3359

Browse files
authored
ci: disable restart from stage in jenkins (#48)
related issue : status-im/infra-ci#202
1 parent 92df4af commit cba3359

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pipeline {
55
agent { label 'linux' }
66

77
options {
8+
disableRestartFromStage()
89
disableConcurrentBuilds()
910
/* manage how many builds we keep */
1011
buildDiscarder(logRotator(
@@ -61,4 +62,4 @@ pipeline {
6162

6263
def isMasterBranch() { GIT_BRANCH ==~ /.*master/ }
6364
def deployBranch() { isMasterBranch() ? 'deploy-master' : 'deploy-develop' }
64-
def deployDomain() { isMasterBranch() ? 'docs.status.network' : 'dev-docs.status.network' }
65+
def deployDomain() { isMasterBranch() ? 'docs.status.network' : 'dev-docs.status.network' }

0 commit comments

Comments
 (0)