We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f9db5 commit 07125f0Copy full SHA for 07125f0
1 file changed
Jenkinsfile
@@ -9,8 +9,7 @@ pipeline {
9
10
triggers {
11
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)
+ upstream(upstreamProjects: "spring-data-rest/4.5.x,spring-data-redis/3.5.x", threshold: hudson.model.Result.SUCCESS)
14
}
15
16
options {
0 commit comments