From f078722eeade0cac7ff1085af03c97147dc3522d Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Tue, 20 Apr 2021 15:53:59 -0500 Subject: [PATCH] Polishing. --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f8d04546..ea94c48e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { stage("Test") { when { anyOf { - branch '2.2.x' + branch '2.2.x-apache-geode-1.10.x' not { triggeredBy 'UpstreamCause' } } } @@ -42,7 +42,7 @@ pipeline { stage('Release to artifactory') { when { anyOf { - branch '2.2.x' + branch '2.2.x-apache-geode-1.10.x' not { triggeredBy 'UpstreamCause' } } } @@ -73,7 +73,7 @@ pipeline { } stage('Publish documentation') { when { - branch '2.2.x' + branch '2.2.x-apache-geode-1.10.x' } agent { docker {