Skip to content

Commit a6bd18c

Browse files
committed
Update build trigger.
See #2580
1 parent 2d1b6a7 commit a6bd18c

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
@@ -9,7 +9,7 @@ pipeline {
99

1010
triggers {
1111
pollSCM 'H/10 * * * *'
12-
upstream(upstreamProjects: "spring-data-build/main", threshold: hudson.model.Result.SUCCESS)
12+
upstream(upstreamProjects: "spring-data-build/2.7.x", threshold: hudson.model.Result.SUCCESS)
1313
}
1414

1515
options {

0 commit comments

Comments
 (0)