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

Fix choice parameter bug in central promotion workflow #4470

Merged
merged 1 commit into from
Feb 22, 2024

Conversation

prudhvigodithi
Copy link
Collaborator

Description

Coming from https://stackoverflow.com/a/41760715 the choice parameter is should considered as string

Issues Resolved

#4136 (comment)
failed build: https://build.ci.opensearch.org/job/distribution-promotion/2/console

java.lang.UnsupportedOperationException: no known implementation of class hudson.model.ParameterValue is using symbol ‘choice’

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: Prudhvi Godithi <[email protected]>
Copy link

codecov bot commented Feb 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (549841f) 92.19% compared to head (d4d455e) 92.19%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4470   +/-   ##
=======================================
  Coverage   92.19%   92.19%           
=======================================
  Files         192      192           
  Lines        6290     6290           
=======================================
  Hits         5799     5799           
  Misses        491      491           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@prudhvigodithi prudhvigodithi merged commit 19e09ca into opensearch-project:main Feb 22, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants