Polishing.

This commit is contained in:
Greg L. Turnquist 2021-04-20 11:05:17 -05:00
parent 9c900eca21
commit d0ee4efd87
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413

2
Jenkinsfile vendored
View File

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