DATAREDIS-1220 - Only test other versions for local changes on main branch.

This commit is contained in:
Greg L. Turnquist
2020-09-18 11:27:05 -05:00
parent 309c3814e1
commit a505a48927

2
Jenkinsfile vendored
View File

@@ -94,7 +94,7 @@ pipeline {
stage("Test other configurations") {
when {
anyOf {
allOf {
branch 'master'
not { triggeredBy 'UpstreamCause' }
}