Skip to content

Commit 17bcb6a

Browse files
committed
Making changes in DEVELOPER_GUIDE about Distribution Download plugin
Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
1 parent 00d8023 commit 17bcb6a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

DEVELOPER_GUIDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -346,10 +346,10 @@ of this is `junit`.
346346

347347
#### Distribution Download Plugin
348348

349-
To override the default Distribution Download URL which always downloads latest version of OpenSearch, with custom Distribution Download URL. This allows to pull artifacts from a custom location.
350-
This custom Distribution Download URL can be passed from external plugins as an argument.
351-
352-
`./gradlew integTest -DcustomDistributionUrl= "https://ci.opensearch.org/ci/dbc/bundle-build/1.2.0/1127/linux/x64/dist/opensearch-1.2.0-linux-x64.tar.gz"`
349+
The Distribution Download plugin downloads the latest version of OpenSearch by default, and supports overriding this behavior by setting `customDistributionUrl`.
350+
```
351+
./gradlew integTest -DcustomDistributionUrl="https://ci.opensearch.org/ci/dbc/bundle-build/1.2.0/1127/linux/x64/dist/opensearch-1.2.0-linux-x64.tar.gz"
352+
```
353353

354354
## Misc
355355

0 commit comments

Comments
 (0)