Skip to content

Commit 4c16757

Browse files
committed
Update build triggers.
See #744
1 parent fa68ad3 commit 4c16757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
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-commons/main,spring-data-jdbc/main", threshold: hudson.model.Result.SUCCESS)
12+
upstream(upstreamProjects: "spring-data-commons/2.7.x,spring-data-jdbc/2.4.x", threshold: hudson.model.Result.SUCCESS)
1313
}
1414

1515
options {

0 commit comments

Comments
 (0)