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 <[email protected]>
  • Loading branch information
Elisa Silva and Vitor da Silva authored Jun 29, 2021
1 parent ac63172 commit 9cc5127
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 9cc5127

Please sign in to comment.