From ca01342bda0af58bbb88900848cdc94ad464b56a Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Tue, 20 Apr 2021 15:53:17 -0500 Subject: [PATCH] Polishing. --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f8d04546..ed5d1280 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-commons/2.2.x", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-commons/ 2.2.x", threshold: hudson.model.Result.SUCCESS) } options { @@ -15,7 +15,7 @@ pipeline { stage("Test") { when { anyOf { - branch '2.2.x' + branch ' 2.2.x-apache-geode-1.11.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.11.x' not { triggeredBy 'UpstreamCause' } } } @@ -73,7 +73,7 @@ pipeline { } stage('Publish documentation') { when { - branch '2.2.x' + branch ' 2.2.x-apache-geode-1.11.x' } agent { docker {