Skip to content

Commit

Permalink
Address string issue in Groovy (opensearch-project#646)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hoang <[email protected]>
  • Loading branch information
IanHoang authored Sep 13, 2024
1 parent 9d79747 commit 376d370
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ standardReleasePipelineWithGenericTrigger(
string(name: 'DOCKER_BUILD_GIT_REPOSITORY', value: 'https://github.com/opensearch-project/opensearch-build'),
string(name: 'DOCKER_BUILD_GIT_REPOSITORY_REFERENCE', value: 'main'),
string(name: 'DOCKER_BUILD_SCRIPT_WITH_COMMANDS', value: [
"su $(id -un 1000) -c \"cd docker/ci",
"git clone https://github.com/opensearch-project/opensearch-benchmark --branch ${tag} --single-branch opensearch-benchmark",
"cp -a opensearch-benchmark/* ./\"",
"cd docker/ci",
'su $(id -un 1000) -c "cd docker/ci',
"git clone https://github.com/opensearch-project/opensearch-benchmark --single-branch --branch ${tag} opensearch-benchmark",
'cp -a opensearch-benchmark/* ./"',
'cd docker/ci',
[
'bash',
'build-image-multi-arch.sh',
Expand Down

0 comments on commit 376d370

Please sign in to comment.