Polishing.

Refine build triggers.

See #2074
This commit is contained in:
Mark Paluch 2022-02-04 15:22:41 +01:00 committed by Peter-Josef Meisch
parent f70e4f817d
commit 7365111244
No known key found for this signature in database
GPG Key ID: DE108246970C7708

4
Jenkinsfile vendored
View File

@ -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 {
@ -18,7 +18,7 @@ pipeline {
}
stages {
stage("test: baseline (main)") {
stage("test: baseline (Java 17)") {
when {
anyOf {
branch 'main'