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

Added jenkinsfile job to auto-release maven artifacts #2991

Merged
merged 1 commit into from
Dec 12, 2022
Merged

Added jenkinsfile job to auto-release maven artifacts #2991

merged 1 commit into from
Dec 12, 2022

Conversation

rishabh6788
Copy link
Collaborator

Signed-off-by: Rishabh Singh [email protected]

Description

Added jenkinsfile job to auto-release maven artifacts

Issues Resolved

List any issues this PR will resolve, e.g. Closes [...].

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.

@rishabh6788 rishabh6788 requested a review from a team as a code owner December 12, 2022 20:38
Copy link
Member

@gaiksaya gaiksaya left a comment

Choose a reason for hiding this comment

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

Added some nits.
Please create an issue to add tests for this workflow once you know it works as expected.
Thanks!

parameters {
string(
name: 'BUILD_ID',
description: 'Build ID of the OpenSearch distribution artifacts to be staged.',
Copy link
Member

Choose a reason for hiding this comment

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

Remove to be staged since this workflow will be auto-promoting

)
string(
name: 'VERSION',
description: 'Version of the OpenSearch distribution artifacts to be staged.',
Copy link
Member

Choose a reason for hiding this comment

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

Same as above

@codecov-commenter
Copy link

codecov-commenter commented Dec 12, 2022

Codecov Report

Merging #2991 (f5b389f) into main (4c3053d) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2991   +/-   ##
=======================================
  Coverage   93.17%   93.17%           
=======================================
  Files         167      167           
  Lines        4602     4602           
=======================================
  Hits         4288     4288           
  Misses        314      314           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@rishabh6788 rishabh6788 merged commit 5be84e1 into opensearch-project:main Dec 12, 2022
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.

3 participants