From c36416a9d716aa4d6a0e86e4f94cb0702e947e6a Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 15 Jul 2021 08:30:04 +0200 Subject: [PATCH] Avoid unnecessary CI builds. --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8bb058509..03ddf4503 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,8 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - upstream(upstreamProjects: "spring-hateoas/1.0.x,spring-data-cassandra/2.2.x,spring-data-couchbase/3.2.x,spring-data-elasticsearch/3.2.x,spring-data-gemfire/2.2.x," + - "spring-data-geode/2.2.x,spring-data-jpa/2.2.x,spring-data-ldap/2.2.x,spring-data-mongodb/2.2.x,spring-data-neo4j/5.2.x,spring-data-redis/2.2.x,spring-data-solr/4.1.x", threshold: hudson.model.Result.SUCCESS) + upstream(upstreamProjects: "spring-hateoas/1.0.x,spring-data-commons/2.2.x", threshold: hudson.model.Result.SUCCESS) } options {