Browse Source

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

pull/888/head
Greg L. Turnquist 5 years ago
parent
commit
965a34efd3
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save