Trigger a GitLab project build
POST
/v3/projects/{id}/(ref/{ref}/)trigger/buildsTrigger a GitLab project build
请求参数
Path 参数
id
string
必需
The ID of a project
ref
string
必需
The commit sha or name of a branch or tag
Body 参数application/x-www-form-urlencoded
token
string
必需
The unique token of trigger
示例代码
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
Trigger a GitLab project build
数据结构
Trigger a GitLab project build
id
string
可选
variables
string
可选
示例
{
"id": "string",
"variables": "string"
}
最后修改时间: 1 个月前