DATAMONGO-2629 - Only test other versions for local changes on main branch.

This commit is contained in:
Greg L. Turnquist
2020-09-18 11:08:38 -05:00
parent 046cbb52a1
commit 965a34efd3

2
Jenkinsfile vendored
View File

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