Created
August 9, 2016 03:36
-
-
Save imeredith/c5b5e7d1ee5a27a8a17dbd079e918797 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
[ | |
{ | |
"_class": "io.jenkins.blueocean.rest.impl.pipeline.PipelineRunImpl", | |
"_links": { | |
"nodes": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/nodes/" | |
}, | |
"log": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/log/" | |
}, | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/" | |
}, | |
"actions": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/actions/" | |
}, | |
"steps": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/steps/" | |
} | |
}, | |
"actions": [ | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/cause/" | |
} | |
}, | |
"_class": "hudson.model.CauseAction", | |
"causes": [ | |
{ | |
"_class": "hudson.model.Cause$UserIdCause", | |
"shortDescription": "Started by user Ivan Meredith", | |
"userId": "ivan", | |
"userName": "Ivan Meredith" | |
} | |
], | |
"urlName": "cause" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/timings/" | |
} | |
}, | |
"_class": "jenkins.metrics.impl.TimeInQueueAction", | |
"queuingDurationMillis": 2, | |
"totalDurationMillis": 20082, | |
"urlName": "timings" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/wfapi/" | |
} | |
}, | |
"_class": "com.cloudbees.workflow.rest.endpoints.RunAPI", | |
"urlName": "wfapi" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/timestamps/" | |
} | |
}, | |
"_class": "hudson.plugins.timestamper.action.TimestampsAction", | |
"urlName": "timestamps" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/replay/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.cps.replay.ReplayAction", | |
"urlName": "replay" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/flowGraph/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction", | |
"nodes": [ | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.graph.FlowStartNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.graph.FlowEndNode" | |
} | |
], | |
"urlName": "flowGraph" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/flowGraphTable/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.job.views.FlowGraphTableAction", | |
"urlName": "flowGraphTable" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/3/graphViz/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.job.views.GraphVizAction", | |
"urlName": "graphViz" | |
} | |
], | |
"artifacts": [], | |
"changeSet": [], | |
"durationInMillis": 20080, | |
"enQueueTime": "2016-08-09T15:33:01.003+1200", | |
"endTime": "2016-08-09T15:33:21.084+1200", | |
"estimatedDurationInMillis": 20100, | |
"id": "3", | |
"organization": "jenkins", | |
"pipeline": "stages-test", | |
"result": "SUCCESS", | |
"runSummary": "stable", | |
"startTime": "2016-08-09T15:33:01.004+1200", | |
"state": "FINISHED", | |
"type": "WorkflowRun", | |
"commitId": null | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.rest.impl.pipeline.PipelineRunImpl", | |
"_links": { | |
"nodes": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/nodes/" | |
}, | |
"log": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/log/" | |
}, | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/" | |
}, | |
"actions": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/actions/" | |
}, | |
"steps": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/steps/" | |
} | |
}, | |
"actions": [ | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/cause/" | |
} | |
}, | |
"_class": "hudson.model.CauseAction", | |
"causes": [ | |
{ | |
"_class": "hudson.model.Cause$UserIdCause", | |
"shortDescription": "Started by user Ivan Meredith", | |
"userId": "ivan", | |
"userName": "Ivan Meredith" | |
} | |
], | |
"urlName": "cause" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/timings/" | |
} | |
}, | |
"_class": "jenkins.metrics.impl.TimeInQueueAction", | |
"queuingDurationMillis": 2, | |
"totalDurationMillis": 20075, | |
"urlName": "timings" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/wfapi/" | |
} | |
}, | |
"_class": "com.cloudbees.workflow.rest.endpoints.RunAPI", | |
"urlName": "wfapi" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/timestamps/" | |
} | |
}, | |
"_class": "hudson.plugins.timestamper.action.TimestampsAction", | |
"urlName": "timestamps" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/replay/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.cps.replay.ReplayAction", | |
"urlName": "replay" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/flowGraph/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction", | |
"nodes": [ | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.graph.FlowStartNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.graph.FlowEndNode" | |
} | |
], | |
"urlName": "flowGraph" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/flowGraphTable/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.job.views.FlowGraphTableAction", | |
"urlName": "flowGraphTable" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/2/graphViz/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.job.views.GraphVizAction", | |
"urlName": "graphViz" | |
} | |
], | |
"artifacts": [], | |
"changeSet": [], | |
"durationInMillis": 20073, | |
"enQueueTime": "2016-08-09T15:32:58.650+1200", | |
"endTime": "2016-08-09T15:33:18.724+1200", | |
"estimatedDurationInMillis": 20100, | |
"id": "2", | |
"organization": "jenkins", | |
"pipeline": "stages-test", | |
"result": "SUCCESS", | |
"runSummary": "stable", | |
"startTime": "2016-08-09T15:32:58.651+1200", | |
"state": "FINISHED", | |
"type": "WorkflowRun", | |
"commitId": null | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.rest.impl.pipeline.PipelineRunImpl", | |
"_links": { | |
"nodes": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/nodes/" | |
}, | |
"log": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/log/" | |
}, | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/" | |
}, | |
"actions": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/actions/" | |
}, | |
"steps": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/steps/" | |
} | |
}, | |
"actions": [ | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/cause/" | |
} | |
}, | |
"_class": "hudson.model.CauseAction", | |
"causes": [ | |
{ | |
"_class": "hudson.model.Cause$UserIdCause", | |
"shortDescription": "Started by user Ivan Meredith", | |
"userId": "ivan", | |
"userName": "Ivan Meredith" | |
} | |
], | |
"urlName": "cause" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/timings/" | |
} | |
}, | |
"_class": "jenkins.metrics.impl.TimeInQueueAction", | |
"queuingDurationMillis": 2, | |
"totalDurationMillis": 20150, | |
"urlName": "timings" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/wfapi/" | |
} | |
}, | |
"_class": "com.cloudbees.workflow.rest.endpoints.RunAPI", | |
"urlName": "wfapi" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/timestamps/" | |
} | |
}, | |
"_class": "hudson.plugins.timestamper.action.TimestampsAction", | |
"urlName": "timestamps" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/replay/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.cps.replay.ReplayAction", | |
"urlName": "replay" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/flowGraph/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction", | |
"nodes": [ | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.graph.FlowStartNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.cps.nodes.StepAtomNode" | |
}, | |
{ | |
"_class": "org.jenkinsci.plugins.workflow.graph.FlowEndNode" | |
} | |
], | |
"urlName": "flowGraph" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/flowGraphTable/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.job.views.FlowGraphTableAction", | |
"urlName": "flowGraphTable" | |
}, | |
{ | |
"_class": "io.jenkins.blueocean.service.embedded.rest.ActionProxiesImpl", | |
"_links": { | |
"self": { | |
"_class": "io.jenkins.blueocean.rest.hal.Link", | |
"href": "/blue/rest/organizations/jenkins/pipelines/stages-test/runs/1/graphViz/" | |
} | |
}, | |
"_class": "org.jenkinsci.plugins.workflow.job.views.GraphVizAction", | |
"urlName": "graphViz" | |
} | |
], | |
"artifacts": [], | |
"changeSet": [], | |
"durationInMillis": 20148, | |
"enQueueTime": "2016-08-09T15:32:29.448+1200", | |
"endTime": "2016-08-09T15:32:49.597+1200", | |
"estimatedDurationInMillis": 20100, | |
"id": "1", | |
"organization": "jenkins", | |
"pipeline": "stages-test", | |
"result": "SUCCESS", | |
"runSummary": "stable", | |
"startTime": "2016-08-09T15:32:29.449+1200", | |
"state": "FINISHED", | |
"type": "WorkflowRun", | |
"commitId": null | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment