Skip to content

Commit 639c2c0

Browse files
authored
Update build trigger to use branch build.
See #2423
1 parent d8f2b82 commit 639c2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Jenkinsfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33

44
triggers {
55
pollSCM 'H/10 * * * *'
6-
upstream(upstreamProjects: "spring-data-build/main", threshold: hudson.model.Result.SUCCESS)
6+
upstream(upstreamProjects: "spring-data-build/2.6.x", threshold: hudson.model.Result.SUCCESS)
77
}
88

99
options {

0 commit comments

Comments
 (0)