From 655416edfa7fd4ec1a301692e2b0ac753a07deaf Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Wed, 8 May 2024 14:11:06 +0200 Subject: [PATCH 1/3] ci: update to latest CI scripts --- Jenkinsfile | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 13cb478..a8914fa 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -55,13 +55,20 @@ pipeline { } stage('sonarcloud') { when { - anyOf { - branch 'master' - branch 'release_*' - branch 'sonar_*' - allOf { - branch 'PR-*' - expression { env.CHANGE_BRANCH.startsWith("release_") } + allOf { + anyOf { + branch 'master' + branch 'release_*' + branch 'sonar_*' + allOf { + branch 'PR-*' + expression { env.CHANGE_BRANCH.startsWith("release_") } + } + } + not { + expression { + return fileExists('DO_NOT_PUBLISH') + } } } } From d8ae3c5e507b3a0d8c9d9535cf831c0751553eba Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Fri, 17 May 2024 10:44:26 +0200 Subject: [PATCH 2/3] ci: update to latest CI scripts --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a8914fa..2b2e562 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -131,7 +131,6 @@ pipeline { enabledForFailure: true, aggregatingResults: false, tools: [checkStyle(pattern: 'target/checkstyle-result.xml', reportEncoding: 'UTF-8')] ) - dependencyCheckPublisher pattern: 'target/dependency-check-report.xml' } success { archiveArtifacts artifacts: '**/target/*.jar, install/*', fingerprint: true, onlyIfSuccessful: true From 44ccfe901f4cbeccfa0518b5183ae8cdd297f236 Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Fri, 24 May 2024 12:28:55 +0200 Subject: [PATCH 3/3] Change project version to 24.04.30 --- module-base/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/module-base/pom.xml b/module-base/pom.xml index 055aace..be701a3 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-step-download-and-verify-assets - 24.04.2 + 24.04.30 plugin-step-download-and-verify-assets-base jar diff --git a/pom.xml b/pom.xml index 1b554fd..415a33d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow workflow-base - 24.04.2 + 24.04.30 io.goobi.workflow.plugin