Browse Source

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

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

2
Jenkinsfile vendored

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

Loading…
Cancel
Save