1
0
mirror of synced 2026-08-05 16:37:04 +00:00

DATAES-928 - Only test other versions for local changes on main branch.

This commit is contained in:
Greg L. Turnquist
2020-09-18 11:28:39 -05:00
parent bc92c3ad9a
commit b7b17180f6
Vendored
+1 -1
View File
@@ -39,7 +39,7 @@ pipeline {
stage("Test other configurations") {
when {
anyOf {
allOf {
branch 'master'
not { triggeredBy 'UpstreamCause' }
}