We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf1fa9 commit c3167beCopy full SHA for c3167be
Jenkinsfile
@@ -3,7 +3,7 @@ pipeline {
3
4
triggers {
5
pollSCM 'H/10 * * * *'
6
- upstream(upstreamProjects: "spring-hateoas/main,spring-data-commons/main", threshold: hudson.model.Result.SUCCESS)
+ upstream(upstreamProjects: "spring-hateoas/2.0.x,spring-data-commons/3.0.x", threshold: hudson.model.Result.SUCCESS)
7
}
8
9
options {
0 commit comments