Skip to content

Commit

Permalink
feat(api): Update pipeline_spec.proto to add pipeline_job_uuid and …
Browse files Browse the repository at this point in the history
…`pipeline_job_name` in `PipelineTaskFinalStatus` (#6557)

Add pipeline job id to the task final status proto.
  • Loading branch information
hilcj authored Sep 14, 2021
1 parent 8c470f3 commit 6252b09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/v2alpha1/pipeline_spec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -881,6 +881,12 @@ message PipelineTaskFinalStatus {

// The error of the task.
google.rpc.Status error = 2;

// The pipeline job unique id.
int64 pipeline_job_uuid = 3;

// The pipeline job name from the [PipelineJob.name][].
string pipeline_job_name = 4;
}

message PipelineStateEnum {
Expand Down

0 comments on commit 6252b09

Please sign in to comment.