We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8f2b82 commit 639c2c0Copy full SHA for 639c2c0
Jenkinsfile
@@ -3,7 +3,7 @@ pipeline {
3
4
triggers {
5
pollSCM 'H/10 * * * *'
6
- upstream(upstreamProjects: "spring-data-build/main", threshold: hudson.model.Result.SUCCESS)
+ upstream(upstreamProjects: "spring-data-build/2.6.x", threshold: hudson.model.Result.SUCCESS)
7
}
8
9
options {
0 commit comments