Class CicdIncubatingAttributes.CicdPipelineResultIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.CicdIncubatingAttributes.CicdPipelineResultIncubatingValues
- Enclosing class:
- CicdIncubatingAttributes
public static final class CicdIncubatingAttributes.CicdPipelineResultIncubatingValues
extends Object
Values for
CicdIncubatingAttributes.CICD_PIPELINE_RESULT.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe pipeline run was cancelled, eg. by a user manually cancelling the pipeline run.static final StringThe pipeline run failed due to an error in the CICD system, eg. due to the worker being killed.static final StringThe pipeline run did not finish successfully, eg. due to a compile error or a failing test.static final StringThe pipeline run was skipped, eg. due to a precondition not being met.static final StringThe pipeline run finished successfully.static final StringA timeout caused the pipeline run to be interrupted. -
Method Summary
-
Field Details
-
SUCCESS
The pipeline run finished successfully.- See Also:
-
FAILURE
The 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.- See Also:
-
ERROR
The pipeline run failed due to an error in the CICD system, eg. due to the worker being killed.- See Also:
-
TIMEOUT
A timeout caused the pipeline run to be interrupted.- See Also:
-
CANCELLATION
The pipeline run was cancelled, eg. by a user manually cancelling the pipeline run.- See Also:
-
SKIP
The pipeline run was skipped, eg. due to a precondition not being met.- See Also:
-