Skip to content

Commit

Permalink
REVERT ME
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 committed Sep 19, 2024
1 parent 0338d80 commit 5f82138
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/daily/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down Expand Up @@ -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: [
Expand Down

0 comments on commit 5f82138

Please sign in to comment.