Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.

Commit 22854d4

Browse files
committed
DATASOLR-604 -Only test other versions for local changes on main branch.
1 parent ce6b4a3 commit 22854d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

+1-1
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)