gpt4 book ai didi

api - 无法使用 Az DevOps Pipelines API 6.0-preview.1 创建新管道

转载 作者:行者123 更新时间:2023-12-03 17:11:25 25 4
gpt4 key购买 nike

我正在尝试使用此 API 端点创建新的管道:
发帖 https://dev.azure.com/{organization}/{project}/_apis/pipelines?api-version=6.0-preview.1
这是我正在使用的请求:

curl -X POST \
'https://dev.azure.com/<myorg>/<myproj>/_apis/pipelines?api-version=6.0-preview.1' \
-H 'Authorization: Basic <b64string>' \
-H 'Cache-Control: no-cache' \
-H 'Content-Type: application/json' \
-d '{
"configuration":{

"repository": {
"id": "<repo-guid>",
"name": "<repo-name>",
"type": "azureReposGit"
},
"path": "pipeline.yaml",
"type": "yaml"
},
"folder": "\\custompath\\",
"name": "<pipelinename>"
}
我不断收到同样的错误:
{
"$id": "1",
"innerException": null,
"message": "Value cannot be null.\r\nParameter name: repositoryName",
"typeName": "System.ArgumentNullException, mscorlib",
"typeKey": "ArgumentNullException",
"errorCode": 0,
"eventId": 0
}
我的有效载荷似乎有问题,但文档对此不是很有帮助
https://docs.microsoft.com/en-us/rest/api/azure/devops/pipelines/pipelines/create?view=azure-devops-rest-6.0
当前版本的 nodejs sdk 还不支持 Pipeline API。谁能帮我?

最佳答案

我可以在我这边重现您的问题,并已在以下网站上报告了此问题:
https://developercommunity.visualstudio.com/content/problem/1101376/create-pipeline-rest-api-does-not-work.html
产品团队已回复“ 已准备好针对此问题的修复程序。应该在接下来的 3 周内向所有人发布。

关于api - 无法使用 Az DevOps Pipelines API 6.0-preview.1 创建新管道,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62699025/

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