{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$RemoteCause",
          "shortDescription" : "Gestartet durch entfernten Rechner 192.30.252.46",
          "addr" : "192.30.252.46",
          "note" : None
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 119,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "eeec4e5ad9d25f40aa67a3184a5d8955e7bc692f",
            "branch" : [
              {
                "SHA1" : "eeec4e5ad9d25f40aa67a3184a5d8955e7bc692f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "eeec4e5ad9d25f40aa67a3184a5d8955e7bc692f",
            "branch" : [
              {
                "SHA1" : "eeec4e5ad9d25f40aa67a3184a5d8955e7bc692f",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "eeec4e5ad9d25f40aa67a3184a5d8955e7bc692f",
        "branch" : [
          {
            "SHA1" : "eeec4e5ad9d25f40aa67a3184a5d8955e7bc692f",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/peq/WurstScript.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 480,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#119",
  "duration" : 472692,
  "estimatedDuration" : 737407,
  "executor" : None,
  "fullDisplayName" : "Wurst #119",
  "id" : "119",
  "keepLog" : False,
  "number" : 119,
  "queueId" : 194,
  "result" : "SUCCESS",
  "timestamp" : 1457547940718,
  "url" : "https://grill.wurstlang.org/hudson/user/b.hawkins/my-views/view/all/job/Wurst/119/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Wurstpack/wurstscript/lib/systems/Fx.wurst"
        ],
        "commitId" : "68ba7c551f4adac02be778cb38120f70f420797a",
        "timestamp" : 1457526156000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "Update Fx.wurst\u000a",
        "date" : "2016-03-09T13:22:36+0100",
        "id" : "68ba7c551f4adac02be778cb38120f70f420797a",
        "msg" : "Update Fx.wurst",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/Fx.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Wurstpack/wurstscript/lib/systems/MultiFx.wurst"
        ],
        "commitId" : "b5dcc22ce1613d0f1633fd1c1000f4fe3b3b4809",
        "timestamp" : 1457526185000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "Update MultiFx.wurst\u000a",
        "date" : "2016-03-09T13:23:05+0100",
        "id" : "b5dcc22ce1613d0f1633fd1c1000f4fe3b3b4809",
        "msg" : "Update MultiFx.wurst",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/MultiFx.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Wurstpack/wurstscript/lib/systems/DummyRecycler.wurst",
          "Wurstpack/wurstscript/lib/systems/NewDummyRecycler.wurst"
        ],
        "commitId" : "9e3ff9ad3b6da7de409a6c26ebc5aa9a46eb8912",
        "timestamp" : 1457526322000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "Update and rename NewDummyRecycler.wurst to DummyRecycler.wurst\u000a",
        "date" : "2016-03-09T13:25:22+0100",
        "id" : "9e3ff9ad3b6da7de409a6c26ebc5aa9a46eb8912",
        "msg" : "Update and rename NewDummyRecycler.wurst to DummyRecycler.wurst",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "Wurstpack/wurstscript/lib/systems/NewDummyRecycler.wurst"
          },
          {
            "editType" : "add",
            "file" : "Wurstpack/wurstscript/lib/systems/DummyRecycler.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Wurstpack/wurstscript/lib/systems/DummyCaster.wurst"
        ],
        "commitId" : "0c0eedbadf229c4e41b8e146845b1f76d7675788",
        "timestamp" : 1457526352000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "Update DummyCaster.wurst\u000a",
        "date" : "2016-03-09T13:25:52+0100",
        "id" : "0c0eedbadf229c4e41b8e146845b1f76d7675788",
        "msg" : "Update DummyCaster.wurst",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/DummyCaster.wurst"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
      "fullName" : "frotty"
    }
  ]
}