We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe057c6 commit cce6722Copy full SHA for cce6722
Jenkinsfile
@@ -11,22 +11,6 @@ pipeline {
11
}
12
13
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
30
stage("Test: baseline (jdk8)") {
31
agent {
32
docker {
@@ -153,8 +137,8 @@ pipeline {
153
137
stage('Release documentation') {
154
138
when {
155
139
anyOf {
156
- branch 'main'
157
- branch 'release'
140
+ branch '3.1.x'
141
+ branch 'release-3.1'
158
142
159
143
160
144
0 commit comments