JobTypes ENUM

All the possible types of jobs that can exist

ENUM Values

BLOCK

A job that blocks a pipeline from progressing until it's manually unblocked

COMMAND

A job that runs a command on an agent

TRIGGER

A job that triggers another build on a pipeline

WAIT

A job that waits for all previous jobs to finish