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 ae43ed9 commit 946e835Copy full SHA for 946e835
Jenkinsfile
@@ -37,7 +37,7 @@ pipeline {
37
38
stage("Test other configurations") {
39
when {
40
- anyOf {
+ allOf {
41
branch 'master'
42
not { triggeredBy 'UpstreamCause' }
43
}
0 commit comments