DATAKV-320 - Only test other versions for local changes on main branch.

This commit is contained in:
Greg L. Turnquist
2020-09-18 11:07:49 -05:00
parent 2e2c3266c5
commit 29c79f7027

2
Jenkinsfile vendored
View File

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