DATACOUCH-614 - Only test other versions for local changes on main branch.

This commit is contained in:
Greg L. Turnquist
2020-09-18 11:29:38 -05:00
parent ae43ed9949
commit 946e835b72

2
Jenkinsfile vendored
View File

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