Skip to content

Commit

Permalink
Add properties pipelineName and pipelineRunId. (Azure#14914)
Browse files Browse the repository at this point in the history
Co-authored-by: Vitor da Silva <t-vdasilva@microsoft.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent 49d778f commit ebbfbde
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5764,6 +5764,16 @@
"description": "The type of the entity that started the run.",
"type": "string",
"readOnly": true
},
"pipelineName": {
"description": "The name of the pipeline that triggered the run, if any.",
"type": "string",
"readOnly": true
},
"pipelineRunId": {
"description": "The run id of the pipeline that triggered the run, if any.",
"type": "string",
"readOnly": true
}
}
},
Expand Down

0 comments on commit ebbfbde

Please sign in to comment.