Skip to content

Commit 95741af

Browse files
committed
Jenkins: remove unused senan testing
1 parent 2542139 commit 95741af

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

Jenkinsfile

-23
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ pipeline {
1919
stages {
2020
stage('Build and Package') {
2121
when {
22-
anyOf {
2322
branch "main";
24-
branch "main-nan-testing";
25-
}
2623
}
2724
steps {
2825
script {
@@ -37,26 +34,7 @@ pipeline {
3734
}
3835
stage('Deploy staging') {
3936
when {
40-
anyOf {
4137
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-
}
6038
}
6139
steps {
6240
script {
@@ -67,7 +45,6 @@ pipeline {
6745
}
6846
parallel deploy_staging
6947
}
70-
sh "jenkins/deploy-staging-api-match-list.sh"
7148
}
7249
}
7350
stage('Deploy production') {

0 commit comments

Comments
 (0)