DATAJDBC-603 - Only test other versions for local changes on main branch.

This commit is contained in:
Greg L. Turnquist
2020-09-18 11:00:48 -05:00
parent 80c3502350
commit c41a1bb9c4

2
Jenkinsfile vendored
View File

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