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 dcb9628 commit 1f45e6aCopy full SHA for 1f45e6a
Jenkinsfile
@@ -184,7 +184,7 @@ pipeline {
184
stage('Docs Job') {
185
when {
186
allOf {
187
- when { branch pattern: "^(develop|master)$", comparator: "REGEXP"}
+ when { branch pattern: "^(develop|master)\$", comparator: "REGEXP"}
188
not {
189
equals expected: 'UNSTABLE', actual: currentBuild.result
190
}
0 commit comments