opensearch-project / opensearch-build

🧰 OpenSearch / OpenSearch-Dashboards Build Systems
Apache License 2.0
138 stars 273 forks source link

Make dashboards plugins' build independent #680

Open Tengda-He opened 3 years ago

Tengda-He commented 3 years ago

Is your feature request related to a problem? Please describe

Modify the build.sh process to allow all OpenSearch Dashboards plugins, that are commented out in https://github.com/opensearch-project/opensearch-build/blob/main/manifests/1.1.0/opensearch-dashboards-1.1.0.yml can be built into OpenSearch Dashboard without interference of each other.

Describe the solution you'd like

Remove the plugin folder content after the correspondent plugin zip file is copied over. So that it doesn't impact next plugin build.

Describe alternatives you've considered

No response

Additional context

No response

kavilla commented 3 years ago

This should be solved when solving https://github.com/opensearch-project/opensearch-build/issues/606 but verify.

bbarani commented 2 years ago

@kavilla Do you have any updates on this issue?