在当前的Azure设置中,我需要从通过对该分支的提交触发的构建中检索拉取请求ID。
我发现了这个:How can I get the PullRequestId via a BuildId?,但这是来自请求请求,而不是提交。如果您进行提交,则parameters
对象为空。
答案 0 :(得分:0)
A way to do this is by listing all the open pull requests
Retrieve the build information
使用构建中的sourceBranch
在拉取请求列表中找到sourceRefName
。这样您就具有正确的拉取请求,并且可以使用pullRequestId
来检索拉取请求ID。