Skip to content

Commit cce6722

Browse files
committed
Tune for Spring WS 3.1.x.
1 parent fe057c6 commit cce6722

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

Jenkinsfile

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,6 @@ pipeline {
1111
}
1212

1313
stages {
14-
stage('Publish OpenJDK 8 + jq docker image') {
15-
when {
16-
changeset "ci/Dockerfile"
17-
}
18-
agent any
19-
20-
steps {
21-
script {
22-
def image = docker.build("springci/spring-ws-openjdk8-with-jq", "ci/")
23-
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
24-
image.push()
25-
}
26-
}
27-
}
28-
}
29-
3014
stage("Test: baseline (jdk8)") {
3115
agent {
3216
docker {
@@ -153,8 +137,8 @@ pipeline {
153137
stage('Release documentation') {
154138
when {
155139
anyOf {
156-
branch 'main'
157-
branch 'release'
140+
branch '3.1.x'
141+
branch 'release-3.1'
158142
}
159143
}
160144
agent {

0 commit comments

Comments
 (0)