Skip to content

Commit

Permalink
add some example json from jenkins for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
scarytom committed Jul 14, 2017
1 parent b252dc4 commit cd90b94
Showing 1 changed file with 91 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"_class": "hudson.model.FreeStyleBuild",
"actions": [
{
"_class": "hudson.model.CauseAction",
"causes": [
{
"_class": "hudson.model.Cause$UserIdCause",
"shortDescription": "Started by user admin",
"userId": "admin",
"userName": "admin"
}
]
},
{
"_class": "hudson.plugins.git.util.BuildData",
"buildsByBranchName": {
"refs\/remotes\/origin\/master": {
"_class": "hudson.plugins.git.util.Build",
"buildNumber": 1,
"buildResult": null,
"marked": {
"SHA1": "b252dc4dde0e2ebf2d1597162a925bd761902849",
"branch": [
{
"SHA1": "b252dc4dde0e2ebf2d1597162a925bd761902849",
"name": "refs\/remotes\/origin\/master"
}
]
},
"revision": {
"SHA1": "b252dc4dde0e2ebf2d1597162a925bd761902849",
"branch": [
{
"SHA1": "b252dc4dde0e2ebf2d1597162a925bd761902849",
"name": "refs\/remotes\/origin\/master"
}
]
}
}
},
"lastBuiltRevision": {
"SHA1": "b252dc4dde0e2ebf2d1597162a925bd761902849",
"branch": [
{
"SHA1": "b252dc4dde0e2ebf2d1597162a925bd761902849",
"name": "refs\/remotes\/origin\/master"
}
]
},
"remoteUrls": [
"git@github.com:netmelody\/ci-eye.git"
],
"scmName": ""
},
{
"_class": "hudson.plugins.git.GitTagAction"
},
{

},
{

}
],
"artifacts": [

],
"building": false,
"description": null,
"displayName": "#1",
"duration": 14052,
"estimatedDuration": 14052,
"executor": null,
"fullDisplayName": "foo #1",
"id": "1",
"keepLog": false,
"number": 1,
"queueId": 1,
"result": "SUCCESS",
"timestamp": 1500023778296,
"url": "http:\/\/localhost:8080\/job\/foo\/1\/",
"builtOn": "",
"changeSet": {
"_class": "hudson.plugins.git.GitChangeSetList",
"items": [

],
"kind": "git"
}
}

0 comments on commit cd90b94

Please sign in to comment.