Skip to content

Commit ec0db77

Browse files
mp911desothawo
authored andcommitted
Polishing.
Refine build triggers. See #2074
1 parent af46811 commit ec0db77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Jenkinsfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pipeline {
99

1010
triggers {
1111
pollSCM 'H/10 * * * *'
12-
upstream(upstreamProjects: "spring-data-commons/main", threshold: hudson.model.Result.SUCCESS)
12+
upstream(upstreamProjects: "spring-data-commons/3.0.x", threshold: hudson.model.Result.SUCCESS)
1313
}
1414

1515
options {
@@ -18,7 +18,7 @@ pipeline {
1818
}
1919

2020
stages {
21-
stage("test: baseline (main)") {
21+
stage("test: baseline (Java 17)") {
2222
when {
2323
anyOf {
2424
branch 'main'

0 commit comments

Comments
 (0)