- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我尝试首先通过 postman 调用rest API到azure,我调用get pipelines API来获取管道id
结果是:2
响应 :
{
"count": 1,
"value": [
{
"_links": {
"self": {
"href": "https://dev.azure.com/xxx/5fcd81ac-534e-xxx/_apis/pipelines/2?revision=3"
},
"web": {
"href": "https://dev.azure.com/xxx/5fcd81ac-534e-xxx/_build/definition?definitionId=2"
}
},
"url": "https://dev.azure.com/xxx/5fcd81ac-534e-xxx/_apis/pipelines/2?revision=3",
"id": 2,
"revision": 3,
"name": "xxx.ios_build_on_azure",
"folder": "\\"
}
]
}
好的,假设 id 是 2,因为我只有 1 个管道,我尝试调用运行 API 来启动这个管道,我得到了这个:
{
"$id": "1",
"innerException": null,
"message": "Value cannot be null.\r\nParameter name: runParameters",
"typeName": "System.ArgumentNullException, mscorlib",
"typeKey": "ArgumentNullException",
"errorCode": 0,
"eventId": 0
}
更新
{
"resources": {
"repositories:" {
"self": {
"refName": "xxx/ios_build_on_azure"
}
}
}
}
我越来越 :
{
"$id": "1",
"innerException": null,
"message": "TF400898: An Internal Error Occurred. Activity Id: xxxxx-6ff6-4786-bb2e-f12dxxxx.",
"typeName": "Newtonsoft.Json.JsonReaderException, Newtonsoft.Json",
"typeKey": "JsonReaderException",
"errorCode": 0,
"eventId": 0
}
最佳答案
您可以在正文中尝试以下内容:
{
"resources": {
"repositories": {
"self": {
"refName": "refs/heads/branchname"
}
}
}
}
关于rest - Azure rest API (6.0-preview.1) Run Pipeline 返回 : "Value cannot be null.\r\nParameter name: runParameters" via postman,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63720492/
我想通过C#项目与安装在计算机上的Microsoft.Exchange.Management.PowerShell.E2010进行交互。 我的本地计算机是Windows Server 2012 R2
使用 RawFormat 保存位图图像时,出现“值不能为空。\r\n参数名称:编码器”错误。示例代码: class Program { static void Main(string[] ar
我正在尝试将图像保存到 MemoryStream 中,但在某些情况下会失败。 代码如下: 以下代码成功: Image img = Bitmap.FromStream(fileStream); Memo
我在使用 RawFormat 保存位图图像时收到“值不能为空。\r\n参数名称:编码器”错误。示例代码: class Program { static void Main(string[] a
我正面临这个问题。我已在 Azure 门户上创建了 ServiceBus 队列。我还编写了用于发送数据的.Net core 应用程序。当我从应用程序将数据发送到队列时,当 QueueClient 初始
我正面临这个问题。我已在 Azure 门户上创建了 ServiceBus 队列。我还编写了用于发送数据的.Net core 应用程序。当我从应用程序将数据发送到队列时,当 QueueClient 初始
为了创建一个包含 100 个介于 0 和 1 之间的随机数的列表,我在下面编写了收到错误的代码。 public List random() { Li
这个问题在这里已经有了答案: What is an IndexOutOfRangeException / ArgumentOutOfRangeException and how do I fix i
我尝试首先通过 postman 调用rest API到azure,我调用get pipelines API来获取管道id 结果是:2 响应 : { "count": 1, "value
我是一名优秀的程序员,十分优秀!