File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11pipeline {
22 agent none
33
4+ options {
5+ disableRestartFromStage()
6+ }
7+
48 environment {
59 PIPELINE_VERSION = build. pipelineVersion()
610 REPOSITORY_NAME = ' projectaanvraag-api'
@@ -79,7 +83,7 @@ pipeline {
7983 }
8084 steps {
8185 publishAptlySnapshot snapshotName : " ${ env.REPOSITORY_NAME} -${ env.PIPELINE_VERSION} " , publishTarget : " ${ env.REPOSITORY_NAME} -${ env.APPLICATION_ENVIRONMENT} " , distributions : ' focal'
82- triggerDeployment nodeName : ' projectaanvraag-web-test02 '
86+ triggerDeployment nodeName : ' projectaanvraag-web-test01 '
8387 }
8488 post {
8589 always {
@@ -97,7 +101,7 @@ pipeline {
97101 }
98102 steps {
99103 publishAptlySnapshot snapshotName : " ${ env.REPOSITORY_NAME} -${ env.PIPELINE_VERSION} " , publishTarget : " ${ env.REPOSITORY_NAME} -${ env.APPLICATION_ENVIRONMENT} " , distributions : ' focal'
100- triggerDeployment nodeName : ' projectaanvraag-web-prod02 '
104+ triggerDeployment nodeName : ' projectaanvraag-web-prod01 '
101105 }
102106 post {
103107 always {
You can’t perform that action at this time.
0 commit comments