Skip to content

Commit b2bc325

Browse files
authored
Merge branch 'master' into WID-588-fix-special-case-with-limburg
2 parents 9872f60 + ee9c4fc commit b2bc325

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Jenkinsfile

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
pipeline {
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 {

0 commit comments

Comments
 (0)