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: [