{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$RemoteCause",
          "shortDescription" : "Gestartet durch entfernten Rechner 192.30.252.34",
          "addr" : "192.30.252.34",
          "note" : None
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 122,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f27bbc923ad5128ae8b94e4d3e6184d94cee0eed",
            "branch" : [
              {
                "SHA1" : "f27bbc923ad5128ae8b94e4d3e6184d94cee0eed",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f27bbc923ad5128ae8b94e4d3e6184d94cee0eed",
            "branch" : [
              {
                "SHA1" : "f27bbc923ad5128ae8b94e4d3e6184d94cee0eed",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f27bbc923ad5128ae8b94e4d3e6184d94cee0eed",
        "branch" : [
          {
            "SHA1" : "f27bbc923ad5128ae8b94e4d3e6184d94cee0eed",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/peq/WurstScript.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 2,
      "skipCount" : 0,
      "totalCount" : 480,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#122",
  "duration" : 657659,
  "estimatedDuration" : 737407,
  "executor" : None,
  "fullDisplayName" : "Wurst #122",
  "id" : "122",
  "keepLog" : False,
  "number" : 122,
  "queueId" : 221,
  "result" : "UNSTABLE",
  "timestamp" : 1458261001187,
  "url" : "https://grill.wurstlang.org/hudson/user/b.hawkins/my-views/view/all/job/Wurst/122/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/Spacer.java",
          "de.peeeq.wurstscript/src-test/tests/wurstscript/tests/WurstScriptTest.java",
          "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java",
          "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/MaxOneSpacer.java",
          "de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/CompiletimeNatives.java",
          "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/DefaultSpacer.java",
          "de.peeeq.wurstscript/src-test/tests/prettyprint/PrettyPrintTest.java"
        ],
        "commitId" : "0770a612a60bcf4147fb62d62c7e92842d55d19f",
        "timestamp" : 1457899786000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "PrettyPrinter Start\u000a",
        "date" : "2016-03-13T21:09:46+0100",
        "id" : "0770a612a60bcf4147fb62d62c7e92842d55d19f",
        "msg" : "PrettyPrinter Start",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java"
          },
          {
            "editType" : "add",
            "file" : "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/MaxOneSpacer.java"
          },
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/Spacer.java"
          },
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src/de/peeeq/wurstio/intermediateLang/interpreter/CompiletimeNatives.java"
          },
          {
            "editType" : "add",
            "file" : "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/DefaultSpacer.java"
          },
          {
            "editType" : "add",
            "file" : "de.peeeq.wurstscript/src-test/tests/prettyprint/PrettyPrintTest.java"
          },
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src-test/tests/wurstscript/tests/WurstScriptTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "de.peeeq.wurstscript/META-INF/MANIFEST.MF",
          "EclipseWurstPlugin/plugin.xml",
          "EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/ModelManagerImpl.java",
          "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java",
          "EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstFormatter.java",
          "EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/Shortcut.java",
          "EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstEditor.java"
        ],
        "commitId" : "07199ef043023ef7bfe000d932dd50af3aac3c80",
        "timestamp" : 1458000912000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "Continued formatter\u000a",
        "date" : "2016-03-15T01:15:12+0100",
        "id" : "07199ef043023ef7bfe000d932dd50af3aac3c80",
        "msg" : "Continued formatter",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/META-INF/MANIFEST.MF"
          },
          {
            "editType" : "edit",
            "file" : "de.peeeq.wurstscript/src/de/peeeq/wurstscript/attributes/prettyPrint/PrettyPrinter.java"
          },
          {
            "editType" : "add",
            "file" : "EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstFormatter.java"
          },
          {
            "editType" : "edit",
            "file" : "EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/builder/ModelManagerImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/editor/WurstEditor.java"
          },
          {
            "editType" : "edit",
            "file" : "EclipseWurstPlugin/src/de/peeeq/eclipsewurstplugin/launch/Shortcut.java"
          },
          {
            "editType" : "edit",
            "file" : "EclipseWurstPlugin/plugin.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore"
        ],
        "commitId" : "44fa539db67d2942bc453687f998bf21dd01179b",
        "timestamp" : 1458000997000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "adjust gitignore\u000a",
        "date" : "2016-03-15T01:16:37+0100",
        "id" : "44fa539db67d2942bc453687f998bf21dd01179b",
        "msg" : "adjust gitignore",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".gitignore"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "WurstUpdater64/.project",
          ".gitignore",
          "WurstUpdater64/src/ui/UpdaterWindow.java",
          "WurstUpdater32/config.json",
          "WurstUpdater64/src/ui/ResponseDialog.java",
          "WurstUpdater32/src/control/NetControl.java",
          "WurstUpdater64/src/control/UpdaterInfos.java",
          "WurstUpdater32/src/control/UpdaterInfos.java",
          "WurstUpdater64/src/control/ZipControl.java",
          "WurstUpdater32/.project",
          "WurstUpdater32/src/ui/UpdaterWindow.java",
          "WurstUpdater32/src/control/ZipControl.java",
          "WurstUpdater64/src/ui/UpdateNotificationWindow.java",
          "WurstUpdater64/src/control/UpdaterController.java",
          "WurstUpdater64/src/control/NetControl.java",
          "WurstUpdater32/src/control/UpdaterController.java",
          "WurstUpdater32/src/ui/UpdateNotificationWindow.java",
          "WurstUpdater32/src/ui/ResponseDialog.java"
        ],
        "commitId" : "d56722c3765e9f1c341c706fba97f83824ab56cc",
        "timestamp" : 1458001154000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "Remove old updater projects\u000a",
        "date" : "2016-03-15T01:19:14+0100",
        "id" : "d56722c3765e9f1c341c706fba97f83824ab56cc",
        "msg" : "Remove old updater projects",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "WurstUpdater64/.project"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater32/src/control/ZipControl.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater32/src/ui/UpdateNotificationWindow.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater64/src/control/ZipControl.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater32/src/control/UpdaterInfos.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater64/src/control/NetControl.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater64/src/ui/UpdaterWindow.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater32/config.json"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater64/src/control/UpdaterInfos.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater32/src/ui/UpdaterWindow.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater64/src/control/UpdaterController.java"
          },
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater32/src/ui/ResponseDialog.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater32/src/control/UpdaterController.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater32/src/control/NetControl.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater64/src/ui/ResponseDialog.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater32/.project"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdater64/src/ui/UpdateNotificationWindow.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "WurstUpdaterWindow.java",
          "WurstUpdater.java"
        ],
        "commitId" : "85900b082712505e2a4486633589612f615c57ac",
        "timestamp" : 1458001307000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "Remove old code in project root\u000a",
        "date" : "2016-03-15T01:21:47+0100",
        "id" : "85900b082712505e2a4486633589612f615c57ac",
        "msg" : "Remove old code in project root",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "WurstUpdater.java"
          },
          {
            "editType" : "delete",
            "file" : "WurstUpdaterWindow.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Wurstpack/wurstscript/lib/systems/TypeCasting.wurst",
          "Wurstpack/wurstscript/lib/systems/GameTimer.wurst",
          "Wurstpack/wurstscript/lib/small helpers/SoundHelper.wurst",
          "Wurstpack/wurstscript/lib/handles/Timer.wurst",
          "Wurstpack/wurstscript/lib/handles/Trackable.wurst",
          "Wurstpack/wurstscript/lib/handles/Unit.wurst",
          "Wurstpack/wurstscript/lib/handles/Handles.wurst",
          "Wurstpack/wurstscript/lib/systems/OnUnitEnterLeave.wurst",
          "Wurstpack/wurstscript/lib/small helpers/TimerUtils.wurst",
          "Wurstpack/wurstscript/lib/small helpers/TimedLoop.wurst",
          "Wurstpack/wurstscript/lib/Wurst.wurst",
          "Wurstpack/wurstscript/lib/data structures/Table.wurst",
          "Wurstpack/wurstscript/lib/small helpers/Simulate3dSound.wurst",
          "Wurstpack/wurstscript/lib/systems/DummyCaster.wurst",
          "Wurstpack/wurstscript/lib/small helpers/ClosureTimers.wurst",
          "Wurstpack/wurstscript/lib/handles/Camera.wurst",
          "Wurstpack/wurstscript/lib/systems/Fx.wurst",
          "Wurstpack/wurstscript/lib/small helpers/SoundQueue.wurst"
        ],
        "commitId" : "3eb2198e6a04c14c3f6a0466b3c4525ab1ddc464",
        "timestamp" : 1458257382000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "adjust timerutils\u000a",
        "date" : "2016-03-18T00:29:42+0100",
        "id" : "3eb2198e6a04c14c3f6a0466b3c4525ab1ddc464",
        "msg" : "adjust timerutils",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/Wurst.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/handles/Handles.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/TypeCasting.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/small helpers/TimedLoop.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/Fx.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/OnUnitEnterLeave.wurst"
          },
          {
            "editType" : "add",
            "file" : "Wurstpack/wurstscript/lib/handles/Timer.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/GameTimer.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/small helpers/SoundHelper.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/systems/DummyCaster.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/handles/Trackable.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/handles/Camera.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/handles/Unit.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/small helpers/ClosureTimers.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/data structures/Table.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/small helpers/Simulate3dSound.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/small helpers/TimerUtils.wurst"
          },
          {
            "editType" : "edit",
            "file" : "Wurstpack/wurstscript/lib/small helpers/SoundQueue.wurst"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
      "fullName" : "frotty"
    }
  ]
}