Created
February 22, 2017 05:53
-
-
Save tylerlong/1f6145a9a719d37fe47127b9fc37f5aa to your computer and use it in GitHub Desktop.
Travis sample payloads
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"payload": "{\"id\":201403814,\"repository\":{\"id\":12072164,\"name\":\"travis-webhook-demo\",\"owner_name\":\"tylerlong\",\"url\":null},\"number\":\"5\",\"config\":{\"language\":\"node_js\",\"node_js\":[\"7.5\"],\"notifications\":{\"webhooks\":{\"urls\":[\"http://devproxy-public.asialab.glip.net/webhook-tyler.liu/ea7f2d9e-91a1-4ae4-bd9b-1737c39908ec\"],\"on_success\":\"always\",\"on_failure\":\"always\",\"on_start\":\"always\"}},\".result\":\"configured\",\"group\":\"stable\",\"dist\":\"precise\"},\"status\":0,\"result\":0,\"status_message\":\"Passed\",\"result_message\":\"Passed\",\"started_at\":\"2017-02-14T05:55:49Z\",\"finished_at\":\"2017-02-14T05:56:19Z\",\"duration\":30,\"build_url\":\"https://travis-ci.org/tylerlong/travis-webhook-demo/builds/201403814\",\"commit_id\":57662095,\"commit\":\"7a079a2999a54981d1e5ba4c668a90441234da2f\",\"base_commit\":null,\"head_commit\":null,\"branch\":\"master\",\"message\":\"Add one more test case\",\"compare_url\":\"https://github.com/tylerlong/travis-webhook-demo/compare/c14462ded4cb...7a079a2999a5\",\"committed_at\":\"2017-02-14T05:55:38Z\",\"author_name\":\"Tyler Long\",\"author_email\":\"[email protected]\",\"committer_name\":\"Tyler Long\",\"committer_email\":\"[email protected]\",\"matrix\":[{\"id\":201403815,\"repository_id\":12072164,\"parent_id\":201403814,\"number\":\"5.1\",\"state\":\"finished\",\"config\":{\"language\":\"node_js\",\"node_js\":\"7.5\",\"notifications\":{\"webhooks\":{\"urls\":[\"http://devproxy-public.asialab.glip.net/webhook-tyler.liu/ea7f2d9e-91a1-4ae4-bd9b-1737c39908ec\"],\"on_success\":\"always\",\"on_failure\":\"always\",\"on_start\":\"always\"}},\".result\":\"configured\",\"group\":\"stable\",\"dist\":\"precise\",\"os\":\"linux\"},\"status\":0,\"result\":0,\"commit\":\"7a079a2999a54981d1e5ba4c668a90441234da2f\",\"branch\":\"master\",\"message\":\"Add one more test case\",\"compare_url\":\"https://github.com/tylerlong/travis-webhook-demo/compare/c14462ded4cb...7a079a2999a5\",\"started_at\":\"2017-02-14T05:55:49Z\",\"finished_at\":\"2017-02-14T05:56:19Z\",\"committed_at\":\"2017-02-14T05:55:38Z\",\"author_name\":\"Tyler Long\",\"author_email\":\"[email protected]\",\"committer_name\":\"Tyler Long\",\"committer_email\":\"[email protected]\",\"allow_failure\":false}],\"type\":\"push\",\"state\":\"passed\",\"pull_request\":false,\"pull_request_number\":null,\"pull_request_title\":null,\"tag\":null}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment