elastic / elastic-stack-installers

Windows MSI packages for Elastic stack
Apache License 2.0
2 stars 16 forks source link

Add Independent Agent alternate step in pipeline #286

Closed dwhyrock closed 4 months ago

dwhyrock commented 4 months ago

This PR adds an alternate step in the elastic-stack-installers that the Independent Agent Release will use in order to get only the Elastic Agent windows installer (.msi) built.

The new pipeline step uses a new script that does the following:

This PR incorporates the changes from these two PRs, which should be closed in favor of this PR:

I tested this PR with this unified-release PR, and verified that the Independent Agent Staging pipeline successfully triggers this new pipeline step, and is able to download the MSI and .sha512 artifacts after this triggered pipeline finishes running.

Example of successful execution:

dwhyrock commented 4 months ago

Closing in favor of a PR that is not from a fork: https://github.com/elastic/elastic-stack-installers/pull/287