From cce6722329885280c8d94090737865a24cba01bb Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Wed, 5 Oct 2022 12:53:43 -0500 Subject: [PATCH] Tune for Spring WS 3.1.x. --- Jenkinsfile | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index f30ec223..29af2f95 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,22 +11,6 @@ pipeline { } stages { - stage('Publish OpenJDK 8 + jq docker image') { - when { - changeset "ci/Dockerfile" - } - agent any - - steps { - script { - def image = docker.build("springci/spring-ws-openjdk8-with-jq", "ci/") - docker.withRegistry('', 'hub.docker.com-springbuildmaster') { - image.push() - } - } - } - } - stage("Test: baseline (jdk8)") { agent { docker { @@ -153,8 +137,8 @@ pipeline { stage('Release documentation') { when { anyOf { - branch 'main' - branch 'release' + branch '3.1.x' + branch 'release-3.1' } } agent {