From a8fb9c036a7594d399ed7285dc73c2dc40bcbb2e Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 21 May 2019 14:41:13 -0500 Subject: [PATCH] DATACMNS-1536 - Only watch branch 2.1.x --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e3257e6eb..6b16c4fe4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -42,7 +42,7 @@ pipeline { } stage('Release to artifactory with docs') { when { - anyOf { branch 'master' ; branch '2.1.x' ; branch '1.31.x' } + branch '2.1.x' } agent { docker {