File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,7 @@ pipeline {
19
19
stages {
20
20
stage(' Build and Package' ) {
21
21
when {
22
- anyOf {
23
22
branch " main" ;
24
- branch " main-nan-testing" ;
25
- }
26
23
}
27
24
steps {
28
25
script {
@@ -37,26 +34,7 @@ pipeline {
37
34
}
38
35
stage(' Deploy staging' ) {
39
36
when {
40
- anyOf {
41
37
branch " main" ;
42
- branch " main-nan-testing" ;
43
- }
44
- }
45
- steps {
46
- script {
47
- indicator_list. each { indicator ->
48
- deploy_staging[indicator] = {
49
- sh " jenkins/deploy-staging.sh ${ indicator} "
50
- }
51
- }
52
- parallel deploy_staging
53
- }
54
- }
55
- }
56
- stage(' Deploy staging [main-nan-testing]' ) {
57
- when {
58
- branch " main-nan-testing" ;
59
- }
60
38
}
61
39
steps {
62
40
script {
@@ -67,7 +45,6 @@ pipeline {
67
45
}
68
46
parallel deploy_staging
69
47
}
70
- sh " jenkins/deploy-staging-api-match-list.sh"
71
48
}
72
49
}
73
50
stage(' Deploy production' ) {
You can’t perform that action at this time.
0 commit comments