Skip to content

Commit af00979

Browse files
committed
DATACMNS-1799 - Only test other versions for local changes on main branch.
1 parent a2773ce commit af00979

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
@@ -35,7 +35,7 @@ pipeline {
3535

3636
stage("Test other configurations") {
3737
when {
38-
anyOf {
38+
allOf {
3939
branch 'master'
4040
not { triggeredBy 'UpstreamCause' }
4141
}

0 commit comments

Comments
 (0)