DATACASS-804 - Only test other versions for local changes on main branch.

This commit is contained in:
Greg L. Turnquist
2020-09-18 11:04:45 -05:00
parent b135c8753d
commit f75eee31b5

4
Jenkinsfile vendored
View File

@@ -51,7 +51,7 @@ pipeline {
stage("Test") {
when {
anyOf {
branch 'issue/DATACASS-699'
branch 'master'
not { triggeredBy 'UpstreamCause' }
}
}
@@ -74,7 +74,7 @@ pipeline {
}
stage("Test other configurations") {
when {
anyOf {
allOf {
branch 'master'
not { triggeredBy 'UpstreamCause' }
}