Skip to content

Commit c481786

Browse files
committed
Reduce build triggers to REST and Redis.
Reduce amount of builds. See #282
1 parent ab3b8eb commit c481786

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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.4.x,spring-data-cassandra/4.4.x,spring-data-couchbase/5.4.x,spring-data-elasticsearch/5.4.x," +
13-
"spring-data-rest/4.4.x,spring-data-jpa/3.4.x,spring-data-ldap/3.4.x,spring-data-mongodb/4.4.x,spring-data-neo4j/7.4.x,spring-data-redis/3.4.x", threshold: hudson.model.Result.SUCCESS)
12+
upstream(upstreamProjects: "spring-data-rest/4.4.x,spring-data-redis/3.4.x", threshold: hudson.model.Result.SUCCESS)
1413
}
1514

1615
options {

0 commit comments

Comments
 (0)