-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(ci): migrate distro-maven and public-nexus stages #4635
Conversation
5f82138
to
cd770ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 CI results look good. Let's not forget to revert the hack to the stage enabling condition.
.ci/daily/Jenkinsfile
Outdated
@@ -147,15 +147,18 @@ pipeline { | |||
} | |||
} | |||
stage('platform-DISTRO-maven-central') { | |||
when { | |||
/*when { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/*when { | |
when { |
.ci/daily/Jenkinsfile
Outdated
expression { | ||
// trigger stage only on the master branch | ||
env.BRANCH_NAME == cambpmDefaultBranch() && cambpmIsDevelopmentVersion() | ||
} | ||
} | ||
}*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
}*/ | |
} |
.ci/daily/Jenkinsfile
Outdated
@@ -178,15 +181,18 @@ pipeline { | |||
} | |||
} | |||
stage('platform-public-nexus') { | |||
when { | |||
/*when { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/*when { | |
when { |
.ci/daily/Jenkinsfile
Outdated
expression { | ||
// trigger stage only on the master branch | ||
env.BRANCH_NAME == cambpmDefaultBranch() && cambpmIsDevelopmentVersion() | ||
} | ||
} | ||
}*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
}*/ | |
} |
related to camunda/team-automation-platform#52