Skip to content

Commit 599f890

Browse files
committed
Polishing.
1 parent 66040ac commit 599f890

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Jenkinsfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pipeline {
33

44
triggers {
55
pollSCM 'H/10 * * * *'
6-
upstream(upstreamProjects: "spring-data-commons/master", threshold: hudson.model.Result.SUCCESS)
6+
upstream(upstreamProjects: "spring-data-commons/2.5.x", threshold: hudson.model.Result.SUCCESS)
77
}
88

99
options {
@@ -15,7 +15,7 @@ pipeline {
1515
stage("test: baseline (jdk8)") {
1616
when {
1717
anyOf {
18-
branch 'master'
18+
branch '4.2.x'
1919
not { triggeredBy 'UpstreamCause' }
2020
}
2121
}
@@ -45,7 +45,7 @@ pipeline {
4545
stage("Test other configurations") {
4646
when {
4747
allOf {
48-
branch 'master'
48+
branch '4.2.x'
4949
not { triggeredBy 'UpstreamCause' }
5050
}
5151
}
@@ -103,7 +103,7 @@ pipeline {
103103
stage('Release to artifactory') {
104104
when {
105105
anyOf {
106-
branch 'master'
106+
branch '4.2.x'
107107
not { triggeredBy 'UpstreamCause' }
108108
}
109109
}

0 commit comments

Comments
 (0)