From b7b17180f604303c7a6da570f8bf00695c4c895d Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Fri, 18 Sep 2020 11:28:39 -0500 Subject: [PATCH] DATAES-928 - Only test other versions for local changes on main branch. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d04309cb6..380c24c15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { stage("Test other configurations") { when { - anyOf { + allOf { branch 'master' not { triggeredBy 'UpstreamCause' } }