Tweak upstream project CI build triggers after branch renames.

This commit is contained in:
Oliver Drotbohm
2022-03-23 11:49:22 +01:00
parent 685a6b57fa
commit e656c89101

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
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)
}
options {