Skip to content

Commit 965a34e

Browse files
committed
DATAMONGO-2629 - Only test other versions for local changes on main branch.
1 parent 046cbb5 commit 965a34e

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
@@ -93,7 +93,7 @@ pipeline {
9393

9494
stage("Test other configurations") {
9595
when {
96-
anyOf {
96+
allOf {
9797
branch 'master'
9898
not { triggeredBy 'UpstreamCause' }
9999
}

0 commit comments

Comments
 (0)