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 {