zulip/zerver/webhooks/gitlab/fixtures/build_succeeded.json

43 lines
1.3 KiB
JSON

{
"object_kind":"build",
"ref":"master",
"tag":false,
"before_sha":"c4e3d3814490d5f4432a19e874d86c5d0a71451e",
"sha":"c4e3d3814490d5f4432a19e874d86c5d0a71451e",
"build_id":4537823,
"build_name":"job_name",
"build_stage":"test",
"build_status":"success",
"build_started_at":"2016-09-28 18:33:47 UTC",
"build_finished_at":"2016-09-28 18:34:32 UTC",
"build_duration":44.711645256,
"build_allow_failure":true,
"project_id":1740047,
"project_name":"Tomasz Kolek / my-awesome-project",
"user":{
"id":745906,
"name":"Tomasz Kolek",
"email":"tomasz-kolek@go2.pl"
},
"commit":{
"id":4413028,
"sha":"c4e3d3814490d5f4432a19e874d86c5d0a71451e",
"message":"x\n",
"author_name":"Tomasz Kolek",
"author_email":"tomasz-kolek@go2.pl",
"status":"success",
"duration":44,
"started_at":"2016-09-28 18:33:47 UTC",
"finished_at":"2016-09-28 18:34:32 UTC"
},
"repository":{
"name":"my-awesome-project",
"url":"git@gitlab.com:TomaszKolek/gitlab-test.git",
"description":"abc",
"homepage":"https://gitlab.com/TomaszKolek/my-awesome-project",
"git_http_url":"https://gitlab.com/TomaszKolek/my-awesome-project.git",
"git_ssh_url":"git@gitlab.com:TomaszKolek/my-awesome-project.git",
"visibility_level":20
}
}