DATAES-928 - Only test other versions for local changes on main branch.

This commit is contained in:
Greg L. Turnquist 2020-09-18 11:28:39 -05:00
parent bc92c3ad9a
commit b7b17180f6
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413

2
Jenkinsfile vendored
View File

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