Skip to content

Commit d7c2025

Browse files
committed
Tweak upstream CI triggers to reduce build load.
We now only build upon changes made to Spring HATEOAS and Spring Data Commons.
1 parent c3e0264 commit d7c2025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33

44
triggers {
55
pollSCM 'H/10 * * * *'
6-
upstream(upstreamProjects: "spring-hateoas/1.3.x,spring-data-cassandra/3.2.x,spring-data-geode/2.5.x,spring-data-jpa/2.5.x,spring-data-mongodb/3.2.x", threshold: hudson.model.Result.SUCCESS)
6+
upstream(upstreamProjects: "spring-hateoas/1.3.x,spring-data-commons/2.5.x", threshold: hudson.model.Result.SUCCESS)
77
}
88

99
options {

0 commit comments

Comments
 (0)