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

Add workflow to stage maven release #51

Merged
merged 5 commits into from
Oct 19, 2021

Conversation

gaiksaya
Copy link
Member

Signed-off-by: Sayali Gaikawad [email protected]

Description

Adds workflow to stage opensearch-java client artifacts in maven

Issues Resolved

opensearch-project/opensearch-build#585

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
@gaiksaya gaiksaya marked this pull request as ready for review October 16, 2021 06:18
sh('git checkout ${REF}')

//publish to maven local
sh('./gradlew publishtoMavenLocal')
Copy link
Member

Choose a reason for hiding this comment

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

I am 99% sure that this should be a shadow publication target with checksums instead.

Copy link
Member Author

Choose a reason for hiding this comment

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

@VijayanB Can you confirm this?

Copy link
Member

Choose a reason for hiding this comment

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

@dblock do we have to automate this or can this be done manually for this release?

Copy link
Member Author

Choose a reason for hiding this comment

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

Added a stage to generate checksum. This can be removed once the checksum generation is handled by gradle
Issue created: #52

peternied
peternied previously approved these changes Oct 18, 2021
jenkins/stage-maven-release/JenkinsFile Show resolved Hide resolved
Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Sayali Gaikawad <[email protected]>
@gaiksaya gaiksaya requested review from VijayanB and dblock October 19, 2021 00:24
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