Skip to content

Commit

Permalink
Jenkins file point to 1.3 branch temporarily instead of main
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Hoang <[email protected]>
  • Loading branch information
Ian Hoang committed Mar 8, 2024
1 parent 042fd5e commit ab194aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ standardReleasePipelineWithGenericTrigger(
wait: true,
parameters: [
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_GIT_REPOSITORY_REFERENCE', value: '1.3'),
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 opensearch-benchmark',
Expand Down

0 comments on commit ab194aa

Please sign in to comment.