From 1bfc235b5175fcc4b4ed9e2805debee5c716f65a Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Wed, 8 May 2024 14:15:19 +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 021433d11bb9f93844cb8809179f5f7717fb4ecb Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Fri, 17 May 2024 10:48:11 +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 04f92dd9c54fa1a17078767e6a37ae20b23e434d Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Fri, 24 May 2024 12:31:31 +0200 Subject: [PATCH 3/3] Change project version to 24.04.30 --- module-base/pom.xml | 2 +- module-gui/pom.xml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module-base/pom.xml b/module-base/pom.xml index aed2159..ea79d8d 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-workflow-mass-upload - 24.04.2 + 24.04.30 plugin-workflow-mass-upload-base jar diff --git a/module-gui/pom.xml b/module-gui/pom.xml index fc37336..5433186 100644 --- a/module-gui/pom.xml +++ b/module-gui/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-workflow-mass-upload - 24.04.2 + 24.04.30 plugin-workflow-mass-upload-gui jar diff --git a/pom.xml b/pom.xml index 1da1c02..7bf17ee 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