Skip to content

Commit 07125f0

Browse files
committed
Reduce build triggers to REST and Redis.
Reduce amount of builds. See #282
1 parent 07f9db5 commit 07125f0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Jenkinsfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ pipeline {
99

1010
triggers {
1111
pollSCM 'H/10 * * * *'
12-
upstream(upstreamProjects: "spring-data-commons/3.5.x,spring-data-cassandra/4.5.x,spring-data-couchbase/5.5.x,spring-data-elasticsearch/5.5.x," +
13-
"spring-data-rest/4.5.x,spring-data-jpa/3.5.x,spring-data-ldap/3.5.x,spring-data-mongodb/4.5.x,spring-data-neo4j/7.5.x,spring-data-redis/3.5.x", threshold: hudson.model.Result.SUCCESS)
12+
upstream(upstreamProjects: "spring-data-rest/4.5.x,spring-data-redis/3.5.x", threshold: hudson.model.Result.SUCCESS)
1413
}
1514

1615
options {

0 commit comments

Comments
 (0)