diff --git a/Jenkinsfile b/Jenkinsfile index 4a29be9..15fe5f7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-data-commons/main,spring-data-jdbc/main", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-data-commons/main,spring-data-jdbc/2.6.x", threshold: hudson.model.Result.SUCCESS) } options {