{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Build wurde durch eine SCM-Änderung ausgelöst."
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 8,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f9af20e7ba2ce2d2dc70ad0eb0585822b43d4b57",
            "branch" : [
              {
                "SHA1" : "f9af20e7ba2ce2d2dc70ad0eb0585822b43d4b57",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f9af20e7ba2ce2d2dc70ad0eb0585822b43d4b57",
            "branch" : [
              {
                "SHA1" : "f9af20e7ba2ce2d2dc70ad0eb0585822b43d4b57",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f9af20e7ba2ce2d2dc70ad0eb0585822b43d4b57",
        "branch" : [
          {
            "SHA1" : "f9af20e7ba2ce2d2dc70ad0eb0585822b43d4b57",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/muzzel/Downfall.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#8",
  "duration" : 22210,
  "estimatedDuration" : 52372,
  "executor" : None,
  "fullDisplayName" : "Downfall #8",
  "id" : "8",
  "keepLog" : False,
  "number" : 8,
  "queueId" : 155,
  "result" : "FAILURE",
  "timestamp" : 1456008727820,
  "url" : "https://grill.wurstlang.org/hudson/user/b.hawkins/my-views/view/all/job/Downfall/8/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/src/units/hero/HeroType.wurst",
          "wurst/src/units/hero/HeroTypeGen.wurst"
        ],
        "commitId" : "baea623b7ab514e6cfe9c46e89488fa35ea44f83",
        "timestamp" : 1456003815000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/muzzel",
          "fullName" : "muzzel"
        },
        "authorEmail" : "muzzel133@gmx.de",
        "comment" : "renamed HeroTypeGen to HeroType\u000a",
        "date" : "2016-02-20T22:30:15+0100",
        "id" : "baea623b7ab514e6cfe9c46e89488fa35ea44f83",
        "msg" : "renamed HeroTypeGen to HeroType",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "wurst/src/units/hero/HeroTypeGen.wurst"
          },
          {
            "editType" : "add",
            "file" : "wurst/src/units/hero/HeroType.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/lib/BuffHandler/BuffHandler.wurst"
        ],
        "commitId" : "f26645d7eb5eb8f2dca40adce6dea86adf881974",
        "timestamp" : 1456003855000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/muzzel",
          "fullName" : "muzzel"
        },
        "authorEmail" : "muzzel133@gmx.de",
        "comment" : "fixed bug where buffs didnt unblock the damage event\u000a",
        "date" : "2016-02-20T22:30:55+0100",
        "id" : "f26645d7eb5eb8f2dca40adce6dea86adf881974",
        "msg" : "fixed bug where buffs didnt unblock the damage event",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wurst/lib/BuffHandler/BuffHandler.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/src/bag/Bag.wurst"
        ],
        "commitId" : "57847a160b1cf5d813f2d532c07982d6c6a451e0",
        "timestamp" : 1456003929000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/muzzel",
          "fullName" : "muzzel"
        },
        "authorEmail" : "muzzel133@gmx.de",
        "comment" : "fixed: destroying a bag throws no more exceptions for nonexistent items\u000a",
        "date" : "2016-02-20T22:32:09+0100",
        "id" : "57847a160b1cf5d813f2d532c07982d6c6a451e0",
        "msg" : "fixed: destroying a bag throws no more exceptions for nonexistent items",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wurst/src/bag/Bag.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/src/damage/DamageHandler.wurst"
        ],
        "commitId" : "fe36c03deac3853ed41b5ef9316f5114e1c3bfb2",
        "timestamp" : 1456003975000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/muzzel",
          "fullName" : "muzzel"
        },
        "authorEmail" : "muzzel133@gmx.de",
        "comment" : "added safety check, wont deal damage when either source or target is invalid or dead\u000a",
        "date" : "2016-02-20T22:32:55+0100",
        "id" : "fe36c03deac3853ed41b5ef9316f5114e1c3bfb2",
        "msg" : "added safety check, wont deal damage when either source or target is invalid or dead",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wurst/src/damage/DamageHandler.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/src/player/PlayerData.wurst",
          "wurst/src/units/hero/heropick/Heropick.wurst",
          "wurst/src/units/hero/HeroType.wurst"
        ],
        "commitId" : "7f177f824eae8ed3c6a5f9b74327ed0d0a50cb50",
        "timestamp" : 1456004053000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/muzzel",
          "fullName" : "muzzel"
        },
        "authorEmail" : "muzzel133@gmx.de",
        "comment" : "added repick\u000a",
        "date" : "2016-02-20T22:34:13+0100",
        "id" : "7f177f824eae8ed3c6a5f9b74327ed0d0a50cb50",
        "msg" : "added repick",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wurst/src/units/hero/heropick/Heropick.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/src/player/PlayerData.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/src/units/hero/HeroType.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/src/cmds/ChatEvent.wurst",
          "wurst/src/units/hero/saveload/CodeGenerator.wurst",
          "wurst/src/units/UnitData.wurst",
          "wurst/src/units/hero/saveload/CodeManager.wurst",
          "wurst/src/units/hero/saveload/SaveLoadManual.wurst"
        ],
        "commitId" : "addf82e2ce48f2e73e54f824b93c179bc0a52cc1",
        "timestamp" : 1456004107000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/muzzel",
          "fullName" : "muzzel"
        },
        "authorEmail" : "muzzel133@gmx.de",
        "comment" : "added minimal saveload system\u000a",
        "date" : "2016-02-20T22:35:07+0100",
        "id" : "addf82e2ce48f2e73e54f824b93c179bc0a52cc1",
        "msg" : "added minimal saveload system",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wurst/src/units/UnitData.wurst"
          },
          {
            "editType" : "add",
            "file" : "wurst/src/units/hero/saveload/CodeGenerator.wurst"
          },
          {
            "editType" : "add",
            "file" : "wurst/src/cmds/ChatEvent.wurst"
          },
          {
            "editType" : "add",
            "file" : "wurst/src/units/hero/saveload/CodeManager.wurst"
          },
          {
            "editType" : "add",
            "file" : "wurst/src/units/hero/saveload/SaveLoadManual.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Downfall_0.2_debug.w3x",
          "wurst/src/quests/QuestProvingYourWorth.wurst",
          "wurst/src/talents/TalentList.wurst",
          "wurst/src/items/lists/ItemTypeList.wurst",
          "DownfallTerrain_0.1.w3x",
          "wurst/src/inventory/HeroInventoryRestrictions.wurst",
          "wurst/test/Debug.wurst"
        ],
        "commitId" : "f9af20e7ba2ce2d2dc70ad0eb0585822b43d4b57",
        "timestamp" : 1456004157000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/muzzel",
          "fullName" : "muzzel"
        },
        "authorEmail" : "muzzel133@gmx.de",
        "comment" : "fixed some minor stuff, renamed map file\u000a",
        "date" : "2016-02-20T22:35:57+0100",
        "id" : "f9af20e7ba2ce2d2dc70ad0eb0585822b43d4b57",
        "msg" : "fixed some minor stuff, renamed map file",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wurst/src/talents/TalentList.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/test/Debug.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/src/quests/QuestProvingYourWorth.wurst"
          },
          {
            "editType" : "delete",
            "file" : "DownfallTerrain_0.1.w3x"
          },
          {
            "editType" : "add",
            "file" : "Downfall_0.2_debug.w3x"
          },
          {
            "editType" : "edit",
            "file" : "wurst/src/items/lists/ItemTypeList.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/src/inventory/HeroInventoryRestrictions.wurst"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/muzzel",
      "fullName" : "muzzel"
    }
  ]
}