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
Gitlab docs for pipelines states that the following values are supported for pipeline status:
created, waiting_for_resource, preparing, pending, running, success, failed, canceled, skipped, manual, scheduled
Currently supported values in PipelineStatus enum
RUNNING, PENDING, SUCCESS, FAILED, CANCELED, SKIPPED, MANUAL;
This means we need following states to be added:
created, waiting_for_resource, preparing, scheduled