@itentialopensource/adapter-gitlab
Version:
This adapter integrates with system described as: gitlab.
59 lines • 1.1 kB
JSON
{
"commit": {
"author_email": "string",
"author_name": "string",
"created_at": "string",
"id": "string",
"message": "string",
"short_id": "string",
"title": "string"
},
"coverage": {},
"allow_failure": false,
"created_at": "string",
"started_at": "string",
"finished_at": "string",
"duration": 8,
"artifacts_expire_at": "string",
"id": 8,
"name": "string",
"pipeline": {
"id": 5,
"ref": "string",
"sha": "string",
"status": "string"
},
"ref": "string",
"artifacts": [
null,
null,
null,
null,
null,
null,
null,
null
],
"runner": {},
"stage": "string",
"status": "string",
"tag": false,
"web_url": "string",
"user": {
"id": 8,
"name": "string",
"username": "string",
"state": "string",
"avatar_url": "string",
"web_url": "string",
"created_at": "string",
"bio": {},
"location": {},
"public_email": "string",
"skype": "string",
"linkedin": "string",
"twitter": "string",
"website_url": "string",
"organization": "string"
}
}