Skip to content

Commit

Permalink
Preset opensearch-benchmark-git dir to support dockerfile change in o…
Browse files Browse the repository at this point in the history
…pensearch-project#601

Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jul 31, 2024
1 parent 31fbe72 commit 32e7038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ standardReleasePipelineWithGenericTrigger(
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',
'mkdir -p opensearch-benchmark-git',
'echo Production > opensearch-benchmark-git/status.txt'
'git clone https://github.com/opensearch-project/opensearch-benchmark opensearch-benchmark',
'cp -a opensearch-benchmark/* ./"',
'cd docker/ci',
Expand Down

0 comments on commit 32e7038

Please sign in to comment.