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 efd68b6 commit 060c84dCopy full SHA for 060c84d
Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
41
42
stage("Test other configurations") {
43
when {
44
- anyOf {
+ allOf {
45
branch 'master'
46
not { triggeredBy 'UpstreamCause' }
47
}
0 commit comments