DATAREST-1563 - Only test other versions for local changes on main branch.

This commit is contained in:
Greg L. Turnquist
2020-09-18 11:25:18 -05:00
parent efd68b6785
commit 060c84dcf3

2
Jenkinsfile vendored
View File

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