有没有api在spinnaker中执行判断阶段

is there any api to execute Judgment stage in spinnaker

我想通过httpapi.

在手动判断中执行阶段

我搜索了 swagger 和 api 文档,但是我找不到。

有什么办法吗?

我想你可以通过以下方式做到这一点:

  • 请求URL:http://spin-api-url/pipelines/<pipeline-execution-id>/stages/<manual-judgement-stage-id>
  • 请求方式:Patch
  • 请求正文:{"judgmentStatus":"continue"}

您可以使用 API 获取管道和阶段执行 ID。