什么是释放的eployphase.runplanid及其如何使用?
The ReleaseDeployPhase
object schema is documented here -
它包含一个GUID字段RunplanId
。这个字段是什么,我们如何在REST API中使用它?
The ReleaseDeployPhase
object schema is documented here - https://learn.microsoft.com/en-us/rest/api/azure/devops/release/releases/get-release-environment?view=azure-devops-rest-7.1#releasedeployphase
It contains a GUID field runPlanId
. What is this field and how can we use it in REST API?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
测试计划集成功能很可能使用。当使用测试计划触发发布时,
Runplanid
将填充。https://learn.microsoft.com/en-us/azure/devops/test/run-automated-tests-from-test-hub?view= azure-devops
It's very likely used by the test plan integration capabilities. When a test plan is used to trigger a release, the
runPlanId
is populated.https://learn.microsoft.com/en-us/azure/devops/test/run-automated-tests-from-test-hub?view=azure-devops