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

Address string issue in Groovy #646

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

IanHoang
Copy link
Collaborator

Description

This error was encountered in Jenkins:

WorkflowScript: 19: illegal string body character after dollar sign;
   solution: either escape a literal dollar sign "\$5" or bracket the value expression "${5}" @ line 19, column 70.
   SCRIPT_WITH_COMMANDS', value: [
                                 ^

1 error

Adding a quick fix.
[Describe how this change was tested]


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: Ian Hoang <ianhoang16@gmail.com>
@gkamat gkamat merged commit 376d370 into opensearch-project:main Sep 13, 2024
10 checks passed
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.

2 participants