zulip/zerver/webhooks/codeship/fixtures/other_status_build.json

17 lines
571 B
JSON
Raw Normal View History

2016-04-11 22:32:07 +02:00
{
"build": {
"build_url":"https://www.codeship.com/projects/10213/builds/973711",
"commit_url":"https://github.com/codeship/docs/commit/96943dc5269634c211b6fbb18896ecdcbd40a047",
"project_id":10213,
"build_id":973711,
"status":"some_other_status",
"project_full_name":"codeship/docs",
"project_name":"codeship/docs",
"commit_id":"96943dc5269634c211b6fbb18896ecdcbd40a047",
"short_commit_id":"96943",
"message":"Merge pull request #34 from codeship/feature/shallow-clone",
"committer":"beanieboi",
"branch":"master"
}
}