Tweak upstream CI triggers to reduce build load.

We now only build upon changes made to Spring HATEOAS and Spring Data Commons.
This commit is contained in:
Oliver Drotbohm
2021-07-13 13:03:07 +02:00
parent 752d888db7
commit 2aa069bed7

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-hateoas/main,spring-data-cassandra/main,spring-data-geode/main,spring-data-jpa/main,spring-data-mongodb/main", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-hateoas/main,spring-data-commons/main", threshold: hudson.model.Result.SUCCESS)
}
options {