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 813a1e8 commit a193fceCopy full SHA for a193fce
Jenkinsfile
@@ -13,7 +13,7 @@ pipeline {
13
stage('Build') {
14
when {
15
// branch "deploy-*"
16
- changeRequest target: "deploy-*"
+ changeRequest target: "deploy-jhu"
17
}
18
steps {
19
sh "jenkins/${env.INDICATOR}-jenkins-build.sh"
@@ -23,7 +23,7 @@ pipeline {
23
stage('Test') {
24
25
26
27
28
29
sh "jenkins/${env.INDICATOR}-jenkins-test.sh"
@@ -33,7 +33,7 @@ pipeline {
33
stage('Package') {
34
35
36
37
38
39
sh "jenkins/jenkins-package.sh"
0 commit comments