Skip to content

Commit 946e835

Browse files
committed
DATACOUCH-614 - Only test other versions for local changes on main branch.
1 parent ae43ed9 commit 946e835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pipeline {
3737

3838
stage("Test other configurations") {
3939
when {
40-
anyOf {
40+
allOf {
4141
branch 'master'
4242
not { triggeredBy 'UpstreamCause' }
4343
}

0 commit comments

Comments
 (0)