opensearch-project / opensearch-benchmark

OpenSearch Benchmark - a community driven, open source project to run performance tests for OpenSearch
https://opensearch.org/docs/latest/benchmark/
Apache License 2.0
111 stars 78 forks source link

Address string issue in Groovy #646

Closed IanHoang closed 2 months ago

IanHoang commented 2 months ago

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.