We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670deaa commit 1e740bcCopy full SHA for 1e740bc
dev-support/Jenkinsfile
@@ -25,7 +25,7 @@ pipeline {
25
pollSCM('H H 1-31/3 * *')
26
} else if (env.BRANCH_NAME == 'branch-3') {
27
28
- else if (env.BRANCH_NAME == 'branch-2') {
+ } else if (env.BRANCH_NAME == 'branch-2') {
29
pollSCM('H H 2-31/3 * *')
30
} else {
31
pollSCM('H H 3-31/3 * *')
0 commit comments