DATACMNS-1562 - Use correct upstream trigger branch.

This commit is contained in:
Mark Paluch
2019-12-09 11:29:32 +01:00
parent 4eec5e252e
commit 3a3bce18e5

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
upstream(upstreamProjects: "spring-data-build/2,2.x", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-build/2.2.x", threshold: hudson.model.Result.SUCCESS)
}
options {