Skip to content

Commit 6b5168e

Browse files
committed
DATAMONGO-2334 - Create CI job.
1 parent 4420edb commit 6b5168e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Jenkinsfile

Lines changed: 5 additions & 5 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.2.x", threshold: hudson.model.Result.SUCCESS)
77
}
88

99
options {
@@ -68,7 +68,7 @@ pipeline {
6868
stage("test: baseline") {
6969
when {
7070
anyOf {
71-
branch 'master'
71+
branch '2.2.x'
7272
not { triggeredBy 'UpstreamCause' }
7373
}
7474
}
@@ -94,7 +94,7 @@ pipeline {
9494
stage("Test other configurations") {
9595
when {
9696
anyOf {
97-
branch 'master'
97+
branch '2.2.x'
9898
not { triggeredBy 'UpstreamCause' }
9999
}
100100
}
@@ -143,7 +143,7 @@ pipeline {
143143
stage('Release to artifactory') {
144144
when {
145145
anyOf {
146-
branch 'master'
146+
branch '2.2.x'
147147
not { triggeredBy 'UpstreamCause' }
148148
}
149149
}
@@ -175,7 +175,7 @@ pipeline {
175175

176176
stage('Publish documentation') {
177177
when {
178-
branch 'master'
178+
branch '2.2.x'
179179
}
180180
agent {
181181
docker {

0 commit comments

Comments
 (0)