From c0961347a4d991d8c454db771ad3697f0e755b72 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 30 May 2019 10:02:27 -0500 Subject: [PATCH] #190 - Polishing. --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4969580..836c96c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-jpa/master", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-jpa/1.11.x", threshold: hudson.model.Result.SUCCESS) } options { @@ -47,7 +47,7 @@ pipeline { } stage('Release to artifactory with docs') { when { - branch 'master' + branch '1.1.x' } agent { docker {