JobTypes ENUM

All the possible types of jobs that can exist

ENUM Values

COMMAND

A job that runs a command on an agent

WAIT

A job that waits for all previous jobs to finish

BLOCK

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

TRIGGER

A job that triggers another build on a pipeline