zulip/zerver/webhooks/gitlab/fixtures/pipeline_hook__pipeline_suc...

99 lines
3.0 KiB
JSON
Raw Normal View History

{
"object_kind":"pipeline",
"object_attributes":{
"id":4414206,
"ref":"master",
"tag":false,
"sha":"6f88e719ccde3804b1b669cef9dfb236a92fbbff",
"before_sha":"6f88e719ccde3804b1b669cef9dfb236a92fbbff",
"status":"success",
"stages":[
"test"
],
"created_at":"2016-09-28 20:04:55 UTC",
"finished_at":"2016-09-28 20:22:34 UTC",
"duration":84
},
"user":{
"name":"Tomasz Kolek",
"username":"TomaszKolek",
"avatar_url":"https://secure.gravatar.com/avatar/c80a7a8454ed7d9e3c5618f1748385c2?s=80\u0026d=identicon"
},
"project":{
"name":"my-awesome-project",
"description":"abc",
"web_url":"https://gitlab.com/TomaszKolek/my-awesome-project",
"avatar_url":null,
"git_ssh_url":"git@gitlab.com:TomaszKolek/my-awesome-project.git",
"git_http_url":"https://gitlab.com/TomaszKolek/my-awesome-project.git",
"namespace":"TomaszKolek",
"visibility_level":20,
"path_with_namespace":"TomaszKolek/my-awesome-project",
"default_branch":"master"
},
"commit":{
"id":"6f88e719ccde3804b1b669cef9dfb236a92fbbff",
"message":"a\n",
"timestamp":"2016-09-28T22:04:48+02:00",
"url":"https://gitlab.com/TomaszKolek/my-awesome-project/commit/6f88e719ccde3804b1b669cef9dfb236a92fbbff",
"author":{
"name":"Tomasz Kolek",
"email":"tomasz-kolek@go2.pl"
}
},
"builds":[
{
"id":4541113,
"stage":"test",
"name":"job_name2",
"status":"success",
"created_at":"2016-09-28 20:04:56 UTC",
"started_at":"2016-09-28 20:21:52 UTC",
"finished_at":"2016-09-28 20:22:34 UTC",
"when":"on_success",
"manual":false,
"user":{
"name":"Tomasz Kolek",
"username":"TomaszKolek",
"avatar_url":"https://secure.gravatar.com/avatar/c80a7a8454ed7d9e3c5618f1748385c2?s=80\u0026d=identicon"
},
"runner":{
"id":21099,
"description":"shared-runners-manager-2.gitlab.com",
"active":true,
"is_shared":true
},
"artifacts_file":{
"filename":null,
"size":null
}
},
{
"id":4541112,
"stage":"test",
"name":"job_name",
"status":"success",
"created_at":"2016-09-28 20:04:55 UTC",
"started_at":"2016-09-28 20:21:04 UTC",
"finished_at":"2016-09-28 20:21:47 UTC",
"when":"on_success",
"manual":false,
"user":{
"name":"Tomasz Kolek",
"username":"TomaszKolek",
"avatar_url":"https://secure.gravatar.com/avatar/c80a7a8454ed7d9e3c5618f1748385c2?s=80\u0026d=identicon"
},
"runner":{
"id":21099,
"description":"shared-runners-manager-2.gitlab.com",
"active":true,
"is_shared":true
},
"artifacts_file":{
"filename":null,
"size":null
}
}
]
}