Browse Source

Update build triggers.

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

2
Jenkinsfile vendored

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

Loading…
Cancel
Save