Browse Source

Fix upstream build name.

See #3360
pull/3386/head
Mark Paluch 2 months ago
parent
commit
2a98b82864
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save