opensearch-project/opensearch-ci
[Enhancement] Adding an entrypoint to allow custom Global Tools modifications
Aperta
#216 aperta il 2 nov 2022
enhancementgood first issue
Metriche repository
- Star
- (21 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
Right now we are directly adding custom global tools configurations here:
This is not generic enough and we should follow the envVars approach here, by adding a class to read from a custom configurations files if we need any custom tweaks on the global tools:
Thanks.