Tweak upstream project CI build triggers after branch renames.

This commit is contained in:
Oliver Drotbohm
2022-03-23 11:47:52 +01:00
parent 42c7add695
commit 33be625700

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-hateoas/main,spring-data-commons/main", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-hateoas/1.5.x,spring-data-commons/2.7.x", threshold: hudson.model.Result.SUCCESS)
}
options {