Bitbucket API 调用,用于在给定 UUID 的情况下恢复/重新运行管道

Bitbucket API call to resume/rerun a pipeline given the UUID

提问人:Tharinda Hashen 提问时间:11/10/2023 最后编辑:Brian Tompsett - 汤莱恩Tharinda Hashen 更新时间:11/10/2023 访问量:19

问:

我发现这个 API 调用用于在给定 UUID 的情况下停止管道:

Bitbucket Cloud REST API (atlassian.com)

curl --request POST \ --url 'https://api.bitbucket.org/2.0/repositories/{workspace}/{repo_slug}/pipelines/{pipeline_uuid}/stopPipeline'

我正在寻找一个 API 调用来恢复/(重新运行停止的步骤)给定 UUID 的同一管道。我找不到这样的选项,我只能找到 API 调用来运行/触发新管道。

是否有 API 调用或所需的方法来执行此操作?

bitbucket-pipelines bitbucket-api bitbucket-cloud

评论

0赞 Randommm 11/13/2023
如果它不在他们的 API 文档中,则有一个很好的更改,则不支持它。

答: 暂无答案