Types
GitLabPipelineStatus
GitLabPipelineStatus values exposed by the GitLab integration.
enum
GitLabPipelineStatusValues
CREATED
Represents the created value.
WAITING_FOR_RESOURCE
Represents the waiting for resource value.
PREPARING
Represents the preparing value.
PENDING
Represents the pending value.
RUNNING
Represents the running value.
SUCCESS
Represents the success value.
FAILED
Represents the failed value.
CANCELED
Represents the canceled value.
SKIPPED
Represents the skipped value.
MANUAL
Represents the manual value.
SCHEDULED
Represents the scheduled value.
UNKNOWN
Represents the unknown value.