cicd.pipeline.result
Release candidateenumas of v1.44.0
The result of a pipeline run.
Examples
- success
- failure
- timeout
- skip
Values (6)
successThe pipeline run finished successfully.failureThe pipeline run did not finish successfully, eg. due to a compile error or a failing test. Such failures are usually detected by non-zero exit codes of the tools executed in the pipeline run.errorThe pipeline run failed due to an error in the CI/CD system, eg. due to the worker being killed.timeoutA timeout caused the pipeline run to be interrupted.cancellationThe pipeline run was cancelled, eg. by a user manually cancelling the pipeline run.skipThe pipeline run was skipped, eg. due to a precondition not being met.
Used by
metrics (1)
- cicd.pipeline.run.duration
spans (1)
- span.cicd.pipeline.run.server *
* required on that signal.
History
- v1.43.0stability
Promoted to release_candidate.
Stability label respelled from experimental to development.
Already present at v1.30.0, the oldest release tracked here (experimental).