{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$RemoteCause",
          "shortDescription" : "Gestartet durch entfernten Rechner 192.30.252.45",
          "addr" : "192.30.252.45",
          "note" : None
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 126,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8e88eeb9e2837d4b362096f1bdf4f8151612ebbf",
            "branch" : [
              {
                "SHA1" : "8e88eeb9e2837d4b362096f1bdf4f8151612ebbf",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8e88eeb9e2837d4b362096f1bdf4f8151612ebbf",
            "branch" : [
              {
                "SHA1" : "8e88eeb9e2837d4b362096f1bdf4f8151612ebbf",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8e88eeb9e2837d4b362096f1bdf4f8151612ebbf",
        "branch" : [
          {
            "SHA1" : "8e88eeb9e2837d4b362096f1bdf4f8151612ebbf",
            "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" : "#126",
  "duration" : 469847,
  "estimatedDuration" : 737407,
  "executor" : None,
  "fullDisplayName" : "Wurst #126",
  "id" : "126",
  "keepLog" : False,
  "number" : 126,
  "queueId" : 231,
  "result" : "SUCCESS",
  "timestamp" : 1458308100797,
  "url" : "https://grill.wurstlang.org/hudson/user/b.hawkins/my-views/view/all/job/Wurst/126/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Wurstpack/wurstscript/lib/Wurst.wurst",
          "Wurstpack/wurstscript/lib/small helpers/SoundHelper.wurst",
          "Wurstpack/wurstscript/lib/handles/Trackable.wurst",
          "Wurstpack/wurstscript/lib/small helpers/Simulate3dSound.wurst",
          "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java",
          "Wurstpack/wurstscript/lib/systems/InstanceBoard.wurst",
          "Wurstpack/wurstscript/lib/systems/DummyCaster.wurst",
          "Wurstpack/wurstscript/lib/small helpers/ClosureTimers.wurst",
          "Wurstpack/wurstscript/lib/systems/CustomBar.wurst",
          "Wurstpack/wurstscript/lib/small helpers/SoundQueue.wurst",
          "Wurstpack/wurstscript/lib/systems/Knockback.wurst"
        ],
        "commitId" : "8e88eeb9e2837d4b362096f1bdf4f8151612ebbf",
        "timestamp" : 1458304483000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "Readd TimerUtils to Wurst.wurst\u000a\u000aFor compatability's sake\u000a",
        "date" : "2016-03-18T13:34:43+0100",
        "id" : "8e88eeb9e2837d4b362096f1bdf4f8151612ebbf",
        "msg" : "Readd TimerUtils to Wurst.wurst",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/InstanceBoard.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/small helpers/SoundQueue.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/CustomBar.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/handles/Trackable.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/small helpers/Simulate3dSound.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/DummyCaster.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/small helpers/ClosureTimers.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/small helpers/SoundHelper.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/Wurst.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/Knockback.wurst"
          },
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
      "fullName" : "frotty"
    }
  ]
}