From 2fcae50ebea7c2806beb4bd6bbfe5945b82e297b Mon Sep 17 00:00:00 2001 From: tasso94 <3015690+tasso94@users.noreply.github.com> Date: Thu, 19 Sep 2024 10:20:05 +0200 Subject: [PATCH] SQUASH ME --- .ci/daily/Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/daily/Jenkinsfile b/.ci/daily/Jenkinsfile index 3e3fff34f5b..3fe8d59d630 100644 --- a/.ci/daily/Jenkinsfile +++ b/.ci/daily/Jenkinsfile @@ -147,12 +147,12 @@ pipeline { } } stage('platform-DISTRO-maven-central') { - /*when { + when { expression { // trigger stage only on the master branch env.BRANCH_NAME == cambpmDefaultBranch() && cambpmIsDevelopmentVersion() } - }*/ + } steps { cambpmConditionalRetry([ podSpec: [ @@ -181,12 +181,12 @@ pipeline { } } stage('platform-public-nexus') { - /*when { + when { expression { // trigger stage only on the master branch env.BRANCH_NAME == cambpmDefaultBranch() && cambpmIsDevelopmentVersion() } - }*/ + } steps { cambpmConditionalRetry([ podSpec: [