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 7702f34 commit d3e44ceCopy full SHA for d3e44ce
Jenkinsfile
@@ -19,7 +19,10 @@ pipeline {
19
stages {
20
stage('Build and Package') {
21
when {
22
+ anyOf {
23
branch "main";
24
+ branch "main-nan-testing";
25
+ }
26
}
27
steps {
28
script {
@@ -34,7 +37,10 @@ pipeline {
34
37
35
38
stage('Deploy staging') {
36
39
40
41
42
43
44
45
46
@@ -51,6 +57,7 @@ pipeline {
51
57
stage('Deploy staging [main-nan-testing]') {
52
58
53
59
branch "main-nan-testing";
60
54
61
55
62
56
63
@@ -61,6 +68,7 @@ pipeline {
68
69
parallel deploy_staging
70
71
+ sh "jenkins/deploy-staging-api-match-list.sh"
64
72
65
73
66
74
stage('Deploy production') {
0 commit comments