Browse Source

Update CI trigger versions.

See #2955
pull/3026/head
Mark Paluch 2 years ago committed by GitHub
parent
commit
6325b415be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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/main", threshold: hudson.model.Result.SUCCESS)
upstream(upstreamProjects: "spring-data-build/3.2.x", threshold: hudson.model.Result.SUCCESS)
}
options {

Loading…
Cancel
Save