400, "er-6ren">
gpt4 book ai didi

wercker - "Invalid stack, only stack 1 and 5 are supported for builds"是什么意思?

转载 作者:行者123 更新时间:2023-12-01 01:53:11 24 4
gpt4 key购买 nike

我试图通过点击 API 端点 mentioned in the documentation 来触发新的 Wercker 构建,但 API 返回以下响应:

{"statusCode"=>400, "error"=>"Bad Request", "message"=>"Invalid stack, only stack 1 and 5 are supported for builds"}

错误消息“无效堆栈,构建仅支持堆栈 1 和 5”是什么意思?

我尝试使用以下脚本发送请求:
$ jq . -c <<JSON | curl -s -d @- -H 'Authorization: Bearer token' -H 'Content-type: application/json' 'https://app.wercker.com/api/v3/builds' | jq .
{
"applicationId": "applicationid",
"branch":"develop",
"envVars":[
{"key":"HOGE_FOO","value":"true"}
]
}
JSON

{
"statusCode": 400,
"error": "Bad Request",
"message": "Invalid stack, only stack 1 and 5 are supported for builds"
}

最佳答案

[Wercker 员工在这里!]

构建端点用于 Wercker 经典堆栈,它具有不同的构建和部署概念。当前的 Wercker 工作流堆栈使用 runs API endpoint控制任意管道运行。

您看到的错误消息以一种有点神秘的方式告诉您这一点。版本 6 指的是工作流堆栈,1 和 5 是经典/不推荐使用的堆栈。我会在我们的文档中更清楚地说明这一点,但是如果您将调用从 builds API 端点替换为 Runs API 端点,它应该可以工作!

关于wercker - "Invalid stack, only stack 1 and 5 are supported for builds"是什么意思?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42609148/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com