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

Commit

Permalink
DATASOLR-604 -Only test other versions for local changes on main branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregturn committed Sep 18, 2020
1 parent ce6b4a3 commit 22854d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pipeline {

stage("Test other configurations") {
when {
anyOf {
allOf {
branch 'master'
not { triggeredBy 'UpstreamCause' }
}
Expand Down

0 comments on commit 22854d4

Please sign in to comment.