Enable upstream build triggers.

See #2715
This commit is contained in:
Mark Paluch
2022-11-18 15:09:49 +01:00
parent 00d6e1fdb2
commit 29f772e80d

2
Jenkinsfile vendored
View File

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