jobType
The type for the job. If the value is RELEASE
, the job was manually released from its source by using the StartJob
API. This value is available only for apps that are connected to a repository.
If the value is RETRY
, the job was manually retried using the StartJob
API. If the value is WEB_HOOK
, the job was automatically triggered by webhooks. If the value is MANUAL
, the job is for a manually deployed app. Manually deployed apps are not connected to a Git repository.