JobTypeBlock OBJECT

A type of job that requires a user to unblock it before proceeding in a build pipeline

Fields

buildBuild

The build that this job is a part of

idID

isUnblockableBoolean

Whether or not this job can be unblocked yet (may be waiting on another job to finish)

labelString

The label of this block step

stateJobStates

The state of the job

stepStepInput

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

unblockedAtDateTime

The time when the job was created

unblockedByUser

The user that unblocked this job

uuidString

The UUID for this job

Interfaces

Node