Browse Source

Fix CI trigger.

Use correct Spring Data Commons version as build trigger.

See #3973
pull/4007/head
Mark Paluch 4 years ago
parent
commit
05730ded1b
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-commons/main", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-commons/3.0.x", threshold: hudson.model.Result.SUCCESS)
}
options {

Loading…
Cancel
Save