We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31d6d1 commit 9ab3142Copy full SHA for 9ab3142
Jenkinsfile
@@ -54,6 +54,21 @@ pipeline {
54
sh "jenkins/deploy-staging-api-match-list.sh"
55
}
56
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
72
stage('Deploy production') {
73
when {
74
branch "prod";
0 commit comments