We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 685a6b5 commit e656c89Copy full SHA for e656c89
Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
9
10
triggers {
11
pollSCM 'H/10 * * * *'
12
- upstream(upstreamProjects: "spring-hateoas/2.0.x,spring-data-commons/3.0.x", threshold: hudson.model.Result.SUCCESS)
+ upstream(upstreamProjects: "spring-hateoas/main,spring-data-commons/main", threshold: hudson.model.Result.SUCCESS)
13
}
14
15
options {
0 commit comments