DATAGRAPH-1383 - Only test other versions for local changes on main branch.

This commit is contained in:
Greg L. Turnquist
2020-09-18 11:03:21 -05:00
parent bc1360b211
commit 04722a6db5

2
Jenkinsfile vendored
View File

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