zulip/zerver/fixtures/gitlab/gitlab_build_created.json

43 lines
1.2 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":"created",
"build_started_at":null,
"build_finished_at":null,
"build_duration":null,
"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":"created",
"duration":null,
"started_at":null,
"finished_at":null
},
"repository":{
"name":"my-awesome-project",
"url":"git@gitlab.com:TomaszKolek/my-awesome-project.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
}
}