Browse Source

Update build triggers.

See: #4002
pull/4125/head
Christoph Strobl 4 years ago
parent
commit
f088c94548
No known key found for this signature in database
GPG Key ID: 8CC1AB53391458C8
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

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

Loading…
Cancel
Save