From 5f821387c6b21d9e0133dfb5706d21ffc230df5b Mon Sep 17 00:00:00 2001 From: tasso94 <3015690+tasso94@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:59:55 +0200 Subject: [PATCH] REVERT ME --- .ci/daily/Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.ci/daily/Jenkinsfile b/.ci/daily/Jenkinsfile index 3fe8d59d630..3e3fff34f5b 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: [