You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
At the moment, all information about a build pipeline needs to be extracted from individual build steps:
The build duration and build timestamps
If the build was retriggered and from which one
What triggered a build (was it a VCS commit, a manual user interaction, ...)
That it received and processed a kill
If we had a separate concept of metadata, this could be used by build steps as well as LambdaCD itself to store such information and access it in a convenient way. It could also simplify the life of everyone trying to aggregate and visualize information about their builds in a custom way (see for example #84).
At the moment, all information about a build pipeline needs to be extracted from individual build steps:
If we had a separate concept of metadata, this could be used by build steps as well as LambdaCD itself to store such information and access it in a convenient way. It could also simplify the life of everyone trying to aggregate and visualize information about their builds in a custom way (see for example #84).
Some ideas on how it could look like:
Pipeline State:
Sending metadata:
As part of a step-result:
Through the event-bus
In the API and UI
The text was updated successfully, but these errors were encountered: