Skip to content

Commit 9ab3142

Browse files
korlaxxalrokdshemetov
authored andcommitted
Add temporary deployment branch
1 parent d31d6d1 commit 9ab3142

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Jenkinsfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,21 @@ pipeline {
5454
sh "jenkins/deploy-staging-api-match-list.sh"
5555
}
5656
}
57+
stage('Deploy staging') {
58+
when {
59+
branch "main-nan-testing";
60+
}
61+
steps {
62+
script {
63+
indicator_list.each { indicator ->
64+
deploy_staging[indicator] = {
65+
sh "jenkins/deploy-staging.sh ${indicator}"
66+
}
67+
}
68+
parallel deploy_staging
69+
}
70+
}
71+
}
5772
stage('Deploy production') {
5873
when {
5974
branch "prod";

0 commit comments

Comments
 (0)