Skip to content
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

Merged
merged 3 commits into from
Sep 19, 2024

Conversation

tasso94
Copy link
Member

@tasso94 tasso94 commented Sep 19, 2024

related to camunda/team-automation-platform#52

@tasso94 tasso94 added ci:default-build Runs the builds that have no explicit trigger (e.g. different history levels). ci:skipTests Skips tests execution in Assembly and Distro-ee stages. labels Sep 19, 2024
@tasso94 tasso94 self-assigned this Sep 19, 2024
Copy link
Member

@mboskamp mboskamp left a 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.

@@ -147,15 +147,18 @@ pipeline {
}
}
stage('platform-DISTRO-maven-central') {
when {
/*when {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/*when {
when {

expression {
// trigger stage only on the master branch
env.BRANCH_NAME == cambpmDefaultBranch() && cambpmIsDevelopmentVersion()
}
}
}*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}*/
}

@@ -178,15 +181,18 @@ pipeline {
}
}
stage('platform-public-nexus') {
when {
/*when {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/*when {
when {

expression {
// trigger stage only on the master branch
env.BRANCH_NAME == cambpmDefaultBranch() && cambpmIsDevelopmentVersion()
}
}
}*/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
}*/
}

@tasso94 tasso94 merged commit 1c5a126 into master Sep 19, 2024
1 of 2 checks passed
@tasso94 tasso94 deleted the 52-migrate-distro-public-stages branch September 19, 2024 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:default-build Runs the builds that have no explicit trigger (e.g. different history levels). ci:skipTests Skips tests execution in Assembly and Distro-ee stages.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants