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 2002e0b commit badf367Copy full SHA for badf367
Jenkinsfile
@@ -57,6 +57,7 @@ pipeline {
57
stage('Deploy staging [main-nan-testing]') {
58
when {
59
branch "main-nan-testing";
60
+ }
61
}
62
steps {
63
script {
@@ -67,6 +68,7 @@ pipeline {
67
68
69
parallel deploy_staging
70
71
+ sh "jenkins/deploy-staging-api-match-list.sh"
72
73
74
stage('Deploy production') {
0 commit comments