From 8be27df48a51c07973c50eada41cb9abdcec42fa Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Wed, 8 May 2024 14:14:24 +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 1349c4336374446b615777bc610a2c90206474ea Mon Sep 17 00:00:00 2001 From: Dominick Leppich Date: Fri, 17 May 2024 10:47:22 +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 383cc0d2581bc0d574d9414bd6cf5de9cf6f28eb Mon Sep 17 00:00:00 2001 From: Release-Tool Date: Fri, 24 May 2024 12:31:01 +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 10dd3bf..41d6544 100644 --- a/module-base/pom.xml +++ b/module-base/pom.xml @@ -3,7 +3,7 @@ io.goobi.workflow.plugin plugin-step-xmp-header - 24.04.2 + 24.04.30 plugin-step-xmp-header-base jar diff --git a/pom.xml b/pom.xml index dcddb91..5fc840f 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