We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e0264 commit d7c2025Copy full SHA for d7c2025
Jenkinsfile
@@ -3,7 +3,7 @@ pipeline {
3
4
triggers {
5
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)
+ upstream(upstreamProjects: "spring-hateoas/1.3.x,spring-data-commons/2.5.x", threshold: hudson.model.Result.SUCCESS)
7
}
8
9
options {
0 commit comments