-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[artifacts] Publish #129499
[artifacts] Publish #129499
Conversation
@elasticmachine merge upstream |
This adds the publish step to the release pipeline, which uses the release-manager CLI to upload a list Kibana artifacts.
Co-authored-by: Chris <[email protected]>
This reverts commit a6228f5.
Pinging @elastic/kibana-operations (Team:Operations) |
echo "--- Build dependencies report" | ||
node scripts/licenses_csv_report "--csv=target/dependencies-$VERSION.csv" | ||
|
||
# Release verification |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Revisiting this in #129650. It was breaking staging builds as is.
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
* [artifacts] Publish release artifacts This adds the publish step to the release pipeline, which uses the release-manager CLI to upload a list Kibana artifacts. * cleanup * add missing artifacts * enable rm * fix syntax * fix artifact * source utils * fix path * fix version * skip steps * re-add pipeline steps * set permissions * Update .buildkite/scripts/steps/artifacts/publish.sh Co-authored-by: Chris <[email protected]> * Revert "Update .buildkite/scripts/steps/artifacts/publish.sh" This reverts commit a6228f5. * export * support version qualifier * setup env * cleanup * consistency * \n * comment * unneccessary fallback * +x * hoist env args * source * link to artifacts * fix artifacts summary * relax docker glob * \n * fix summary * fix variable Co-authored-by: Chris <[email protected]> (cherry picked from commit ab1bec3)
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
* [artifacts] Publish release artifacts This adds the publish step to the release pipeline, which uses the release-manager CLI to upload a list Kibana artifacts. * cleanup * add missing artifacts * enable rm * fix syntax * fix artifact * source utils * fix path * fix version * skip steps * re-add pipeline steps * set permissions * Update .buildkite/scripts/steps/artifacts/publish.sh Co-authored-by: Chris <[email protected]> * Revert "Update .buildkite/scripts/steps/artifacts/publish.sh" This reverts commit a6228f5. * export * support version qualifier * setup env * cleanup * consistency * \n * comment * unneccessary fallback * +x * hoist env args * source * link to artifacts * fix artifacts summary * relax docker glob * \n * fix summary * fix variable Co-authored-by: Chris <[email protected]>
* [artifacts] Publish release artifacts This adds the publish step to the release pipeline, which uses the release-manager CLI to upload a list Kibana artifacts. * cleanup * add missing artifacts * enable rm * fix syntax * fix artifact * source utils * fix path * fix version * skip steps * re-add pipeline steps * set permissions * Update .buildkite/scripts/steps/artifacts/publish.sh Co-authored-by: Chris <[email protected]> * Revert "Update .buildkite/scripts/steps/artifacts/publish.sh" This reverts commit a6228f5. * export * support version qualifier * setup env * cleanup * consistency * \n * comment * unneccessary fallback * +x * hoist env args * source * link to artifacts * fix artifacts summary * relax docker glob * \n * fix summary * fix variable Co-authored-by: Chris <[email protected]> (cherry picked from commit ab1bec3) Co-authored-by: Jonathan Budzenski <[email protected]>
* [artifacts] Publish (#129499) * [artifacts] Publish release artifacts This adds the publish step to the release pipeline, which uses the release-manager CLI to upload a list Kibana artifacts. * cleanup * add missing artifacts * enable rm * fix syntax * fix artifact * source utils * fix path * fix version * skip steps * re-add pipeline steps * set permissions * Update .buildkite/scripts/steps/artifacts/publish.sh Co-authored-by: Chris <[email protected]> * Revert "Update .buildkite/scripts/steps/artifacts/publish.sh" This reverts commit a6228f5. * export * support version qualifier * setup env * cleanup * consistency * \n * comment * unneccessary fallback * +x * hoist env args * source * link to artifacts * fix artifacts summary * relax docker glob * \n * fix summary * fix variable Co-authored-by: Chris <[email protected]> * backport docker env variables Co-authored-by: Chris <[email protected]>
This adds a publish step to the artifacts pipeline, which uses the
release-manager CLI to upload a list Kibana artifacts.