DATACASS-804 - Only test other versions for local changes on main branch.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user