Skip to content

Commit badf367

Browse files
korlaxxalrokdshemetov
authored andcommitted
Use anyOf for simplicity
1 parent 2002e0b commit badf367

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ pipeline {
5757
stage('Deploy staging [main-nan-testing]') {
5858
when {
5959
branch "main-nan-testing";
60+
}
6061
}
6162
steps {
6263
script {
@@ -67,6 +68,7 @@ pipeline {
6768
}
6869
parallel deploy_staging
6970
}
71+
sh "jenkins/deploy-staging-api-match-list.sh"
7072
}
7173
}
7274
stage('Deploy production') {

0 commit comments

Comments
 (0)