Update build trigger to use branch build.

See #2184
This commit is contained in:
Jens Schauder
2021-11-12 14:33:46 +01:00
committed by GitHub
parent 379b37e959
commit 53ddcd7cc5

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-data-keyvalue/main", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-keyvalue/2.6.x", threshold: hudson.model.Result.SUCCESS)
}
options {