Skip to content

Instantly share code, notes, and snippets.

@azenla
Created April 4, 2013 17:59
Show Gist options
  • Save azenla/5312586 to your computer and use it in GitHub Desktop.
Save azenla/5312586 to your computer and use it in GitHub Desktop.
The JSON returned by Bamboo's result/{PLAN_KEY}-{BUILD_NUMBER}.json
{
"expand": "changes,metadata,plan,vcsRevisions,artifacts,comments,labels,jiraIssues,stages",
"link": {
"href": "http:\/\/ci.directmyfile.com\/rest\/api\/latest\/result\/KENBOT-CORE-18",
"rel": "self"
},
"plan": {
"shortName": "Core",
"shortKey": "CORE",
"type": "chain",
"enabled": true,
"link": {
"href": "http:\/\/ci.directmyfile.com\/rest\/api\/latest\/plan\/KENBOT-CORE",
"rel": "self"
},
"key": "KENBOT-CORE",
"name": "KenBot - Core"
},
"planName": "Core",
"projectName": "KenBot",
"lifeCycleState": "Finished",
"id": 1835023,
"buildStartedTime": "2013-04-04T12:40:49.399-04:00",
"prettyBuildStartedTime": "Thu, 4 Apr, 12:40 PM",
"buildCompletedTime": "2013-04-04T12:40:57.868-04:00",
"prettyBuildCompletedTime": "Thu, 4 Apr, 12:40 PM",
"buildDurationInSeconds": 8,
"buildDuration": 8469,
"buildDurationDescription": "8 seconds",
"buildRelativeTime": "1 hour ago",
"vcsRevisionKey": "e3304197ff1de77376a5ccbc755f5539f8d3b844",
"vcsRevisions": {
"size": 1,
"start-index": 0,
"max-result": 1
},
"buildTestSummary": "No tests found",
"successfulTestCount": 0,
"failedTestCount": 0,
"quarantinedTestCount": 0,
"continuable": false,
"onceOff": true,
"restartable": false,
"buildReason": "Custom build by <a href=\"http:\/\/ci.directmyfile.com\/browse\/user\/max96at\">max96at<\/a>&nbsp;with revision <a href=\"http:\/\/ci.directmyfile.com\/browse\/KENBOT-CORE-18#changesSummary\">e3304197ff1de77376a5ccbc755f5539f8d3b844<\/a>",
"artifacts": {
"size": 3,
"start-index": 0,
"max-result": 3
},
"comments": {
"size": 0,
"start-index": 0,
"max-result": 0
},
"labels": {
"size": 0,
"start-index": 0,
"max-result": 0
},
"jiraIssues": {
"size": 0,
"start-index": 0,
"max-result": 0
},
"stages": {
"size": 1,
"start-index": 0,
"max-result": 1
},
"changes": {
"size": 1,
"start-index": 0,
"max-result": 1
},
"metadata": {
"size": 4,
"start-index": 0,
"max-result": 4
},
"key": "KENBOT-CORE-18",
"state": "Successful",
"number": 18
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment