Created
December 30, 2015 20:19
-
-
Save alexleventer/4f6d659268f370cf278f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"state": "SUCCESSFUL", | |
"type": "build", | |
"key": "BAMBOO-PROJECT-X", | |
"name": "Build #34", | |
"url": "https://example.com/path/to/build", | |
"description": "Changes by John Doe", | |
"links": { | |
"self": { | |
"href": "https://api.bitbucket.org/2.0/repositories/emmap1/MyRepo/commits/61d9e64348f9da407e62f64726337fd3bb24b466/statuses/build/BAMBOO-PROJECT-X" | |
}, | |
"commit": { | |
"href": "https://api.bitbucket.org/2.0/repositories/emmap1/MyRepo/commits/61d9e64348f9da407e62f64726337fd3bb24b466" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment