Skip to content

Commit ba7fe5b

Browse files
committed
DATAJPA-1778 - Only test other versions for local changes on main branch.
1 parent ed59c52 commit ba7fe5b

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)