JobTypeTrigger OBJECT

A type of job that triggers another build on a pipeline

Fields

buildBuild

The build that this job is a part of

idID!

labelString

The label of this trigger step

retriedBoolean!

If this job has been retried

retriedByUser

The user that retried this job

retriesCountInt

The number of times the job has been retried

retrySourceJob

The job that was retried to create this job

retryTypeJobRetryTypes

The type of retry that was performed on this job

stateJobStates!

The state of the job

stepStepTrigger

The step that defined this job. Some older jobs in the system may not have an associated step

triggeredBuild

The build that this job triggered

uuidString!

The UUID for this job

Interfaces