DATAES-928 - Only test other versions for local changes on main branch.
This commit is contained in:
Vendored
+1
-1
@@ -39,7 +39,7 @@ pipeline {
|
||||
|
||||
stage("Test other configurations") {
|
||||
when {
|
||||
anyOf {
|
||||
allOf {
|
||||
branch 'master'
|
||||
not { triggeredBy 'UpstreamCause' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user