We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 341a3c4 commit 9705040Copy full SHA for 9705040
Jenkinsfile
@@ -9,7 +9,7 @@ pipeline {
9
10
triggers {
11
pollSCM 'H/10 * * * *'
12
- upstream(upstreamProjects: "spring-data-commons/main,spring-data-cassandra/4.3.x,spring-data-couchbase/5.3.x,spring-data-elasticsearch/5.3.x," +
+ upstream(upstreamProjects: "spring-data-commons/3.3.x,spring-data-cassandra/4.3.x,spring-data-couchbase/5.3.x,spring-data-elasticsearch/5.3.x," +
13
"spring-data-rest/4.3.x,spring-data-jpa/3.3.x,spring-data-ldap/3.3.x,spring-data-mongodb/4.3.x,spring-data-neo4j/7.3.x,spring-data-redis/3.3.x", threshold: hudson.model.Result.SUCCESS)
14
}
15
0 commit comments