From 87acd3856eef2540def3553ead3cea8f85cadad1 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 21 May 2019 14:41:51 -0500 Subject: [PATCH] DATACMNS-1536 - Only watch branch 1.13.x. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e3257e6eb..cd806c9dc 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 '1.13.x' } agent { docker {