Research how to integrate plugin's packaging into wazuh-indexer
's workflow
#265
Closed
4 tasks done
Labels
Description
As we are going to develop plugins for Wazuh Indexer, we need to define the process to build packages for these plugins, and how we are going to automate and integrate it into the current Wazuh Indexer build workflow.
The plugins are distributed as a zip, as a result of the
./gradlew build
command. Independently of how we integrate the plugins into the Wazuh Indexer build, it is clear that we'll need a workflow in thewazuh-indexer-plugins
to automate the process, accompanied by the correspondingbuild.sh
script.We are currently discussing a few ways to integrate the plugins into the Wazuh Indexer build process:
build.yml
workflow fromwazuh-indexer
'sbuild.yml
wazuh-indexer
'sbuild.yml
from plugin'sbuild.yml
(inversion of dependencies: the parent workflow receives the zip's URL as parameter).Tasks
The text was updated successfully, but these errors were encountered: