cicd.pipeline.task.run.result
Release candidateenumas of v1.44.0
The result of a task run.
Examples
- success
- failure
- timeout
- skip
Values (6)
successThe task run finished successfully.failureThe task 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 task run.errorThe task run failed due to an error in the CI/CD system, eg. due to the worker being killed.timeoutA timeout caused the task run to be interrupted.cancellationThe task run was cancelled, eg. by a user manually cancelling the task run.skipThe task run was skipped, eg. due to a precondition not being met.
Used by
spans (1)
- span.cicd.pipeline.task.internal *
* required on that signal.
History
- v1.43.0stability
Promoted to release_candidate.
Added as development.