From 2aa069bed72efbcb609c3a3cbe7f84540115d093 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 13 Jul 2021 13:03:07 +0200 Subject: [PATCH] Tweak upstream CI triggers to reduce build load. We now only build upon changes made to Spring HATEOAS and Spring Data Commons. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0a7cf61d8..e1ec038ed 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {