JobsDetails
Details of a pipeline job.
message JobDetails {
Identifier job_id = 1;
Identifier payload_id = 2;
Identifier pipeline_id = 3;
string job_name = 4;
}
job_id
type: message
Unique identifier of the job.
See Identifier for details.
payload_id
type: message
Unique identifier of the payload associated with the job.
See Identifier for details.
pipeline_id
type: message
Unique identifier of the pipeline associated with the job.
See Identifier for details.
job_name
type: string
Human readable name assigned to the job.