Builds - Get Build Logs
获取生成的日志。
GET https://dev.azure.com/{organization}/{project}/_apis/build/builds/{buildId}/logs?api-version=5.0
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
build
|
path | True |
integer int32 |
生成的 ID。 |
organization
|
path | True |
string |
Azure DevOps 组织的名称。 |
project
|
path | True |
string |
项目 ID 或项目名称 |
api-version
|
query | True |
string |
要使用的 API 版本。 应将其设置为“5.0”才能使用此版本的 API。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
Build |
成功的操作 Media Types: "application/zip", "application/json" |
安全性
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 | 授予访问生成项目(包括生成结果、定义和请求)的能力,以及通过服务挂钩接收有关生成事件的通知的能力。 |
定义
BuildLog
表示生成日志。
名称 | 类型 | 说明 |
---|---|---|
createdOn |
string |
创建日志的日期和时间。 |
id |
integer |
日志的 ID。 |
lastChangedOn |
string |
上次更改日志的日期和时间。 |
lineCount |
integer |
日志中的行数。 |
type |
string |
日志位置的类型。 |
url |
string |
指向日志资源的完整链接。 |