Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a complete list of possible pipeline statuses in GitLab?

I am working on a tool to visualize GitLab pipelines and part of that is to take the status of the pipeline into account to color the entry accordingly. I know of the following statuses

  • success
  • failed
  • pending (when no worker is available yet)
  • manual (when a manual stop condition exists)

Does someone know where I can get a complete list of all possible statuses? I can't seem to find one.

like image 832
cstmth Avatar asked Oct 14 '25 20:10

cstmth


1 Answers

Can be found under description for "status" attribute: https://docs.gitlab.com/ee/api/pipelines.html :

The status of pipelines, one of: created, waiting_for_resource, preparing, pending, running, success, failed, canceled, skipped, manual, scheduled

like image 90
KamilCuk Avatar answered Oct 17 '25 19:10

KamilCuk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!