Runs - Get
获取特定管道的运行。
GET https://dev.azure.com/{organization}/{project}/_apis/pipelines/{pipelineId}/runs/{runId}?api-version=7.1-preview.1
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
organization
|
path | True |
string |
Azure DevOps 组织的名称。 |
pipeline
|
path | True |
integer int32 |
管道 ID |
project
|
path | True |
string |
项目 ID 或项目名称 |
run
|
path | True |
integer int32 |
运行 ID |
api-version
|
query | True |
string |
要使用的 API 版本。 应将其设置为“7.1-preview.1”才能使用此版本的 API。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
成功的操作 |
安全性
oauth2
Type:
oauth2
Flow:
accessCode
Authorization URL:
https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL:
https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer
Scopes
名称 | 说明 |
---|---|
vso.build | 授予访问生成项目(包括生成结果、定义和请求)以及通过服务挂钩接收有关生成事件的通知的能力。 |
定义
名称 | 说明 |
---|---|
Container | |
Container |
|
Pipeline |
对管道的引用。 |
Pipeline |
|
Reference |
表示 REST 引用链接集合的类。 |
Repository | |
Repository |
|
Repository |
|
Run | |
Run |
|
Run |
|
Run |
|
Variable |
Container
名称 | 类型 | 说明 |
---|---|---|
environment |
object |
|
image |
string |
|
mapDockerSocket |
boolean |
|
options |
string |
|
ports |
string[] |
|
volumes |
string[] |
ContainerResource
名称 | 类型 | 说明 |
---|---|---|
container |
PipelineReference
对管道的引用。
名称 | 类型 | 说明 |
---|---|---|
folder |
string |
管道文件夹 |
id |
integer |
管道 ID |
name |
string |
管道名称 |
revision |
integer |
修订号 |
url |
string |
PipelineResource
名称 | 类型 | 说明 |
---|---|---|
pipeline |
对管道的引用。 |
|
version |
string |
ReferenceLinks
表示 REST 引用链接集合的类。
名称 | 类型 | 说明 |
---|---|---|
links |
object |
链接的只读视图。 由于引用链接是只读的,因此我们只想将其公开为只读。 |
Repository
名称 | 类型 | 说明 |
---|---|---|
type |
RepositoryResource
名称 | 类型 | 说明 |
---|---|---|
refName |
string |
|
repository | ||
version |
string |
RepositoryType
名称 | 类型 | 说明 |
---|---|---|
azureReposGit |
string |
|
azureReposGitHyphenated |
string |
|
gitHub |
string |
|
gitHubEnterprise |
string |
|
unknown |
string |
Run
名称 | 类型 | 说明 |
---|---|---|
_links |
表示 REST 引用链接集合的类。 |
|
createdDate |
string |
|
finalYaml |
string |
|
finishedDate |
string |
|
id |
integer |
|
name |
string |
|
pipeline |
对管道的引用。 |
|
resources | ||
result | ||
state | ||
templateParameters |
object |
|
url |
string |
|
variables |
<string, Variable> |
RunResources
名称 | 类型 | 说明 |
---|---|---|
containers |
<string,
Container |
|
pipelines |
<string,
Pipeline |
|
repositories |
<string,
Repository |
RunResult
名称 | 类型 | 说明 |
---|---|---|
canceled |
string |
|
failed |
string |
|
succeeded |
string |
|
unknown |
string |
RunState
名称 | 类型 | 说明 |
---|---|---|
canceling |
string |
|
completed |
string |
|
inProgress |
string |
|
unknown |
string |
Variable
名称 | 类型 | 说明 |
---|---|---|
isSecret |
boolean |
|
value |
string |