Browse Source

Update build trigger.

See #2582
pull/2591/head
Mark Paluch 4 years ago
parent
commit
83a1e74945
No known key found for this signature in database
GPG Key ID: 4406B84C1661DCD1
  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/3.0.x", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-build/main", threshold: hudson.model.Result.SUCCESS)
}
options {

Loading…
Cancel
Save