Refine CI triggers.

See #2068
This commit is contained in:
Mark Paluch
2021-09-29 14:24:06 +02:00
committed by Oliver Drotbohm
parent ede294967f
commit 87a79dabac

2
Jenkinsfile vendored
View File

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