Skip to content

Added publish release candidates artifacts #86

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ppatierno
Copy link
Member

This PR adds the release of artifacts within the release pipeline in order to release RCs in Maven Central (due to the missing staging area in the new Sonatype system).

@ppatierno ppatierno requested review from katheris and im-konge June 17, 2025 09:59
@ppatierno ppatierno added this to the 0.2.0 milestone Jun 17, 2025
Signed-off-by: Paolo Patierno <[email protected]>
@@ -63,7 +63,8 @@ stages:
displayName: Deploy Java
dependsOn:
- run_systemtests
condition: and(succeeded(), or(eq(variables['build.sourceBranch'], 'refs/heads/main'), startsWith(variables['build.sourceBranch'], 'refs/heads/release-')))
# Deploy Strimzi Java artifacts -> run only on main branch (where it deploys to OSS snapshot repos)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this comment correct? I thought we weren't pushing to a snapshot repo anymore?

Copy link
Member

Choose a reason for hiding this comment

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

For main branch it pushes the SNAPSHOT every time, that's how it is done also in other repos.

Copy link
Member Author

Choose a reason for hiding this comment

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

We don't have staging repo anymore but the SNAPSHOTs coming from the main branch are still pushed.

Copy link
Member

@im-konge im-konge left a comment

Choose a reason for hiding this comment

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

LGTM, thanks Paolo :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants