Skip to content

Commit fe81d6f

Browse files
authored
Update Jenkins triggers after GA release.
See spring-projects#2559
1 parent c98149e commit fe81d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-keyvalue/main", threshold: hudson.model.Result.SUCCESS)
12+
upstream(upstreamProjects: "spring-data-keyvalue/3.1.x", threshold: hudson.model.Result.SUCCESS)
1313
}
1414

1515
options {

0 commit comments

Comments
 (0)