{
  "_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" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 194,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2cb509e6c13e849046b0a75f444430a235bcc064",
            "branch" : [
              {
                "SHA1" : "2cb509e6c13e849046b0a75f444430a235bcc064",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2cb509e6c13e849046b0a75f444430a235bcc064",
            "branch" : [
              {
                "SHA1" : "2cb509e6c13e849046b0a75f444430a235bcc064",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/classic" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 175,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1c026eb9705c9a0ccb311814bf6c2d106b913832",
            "branch" : [
              {
                "SHA1" : "1c026eb9705c9a0ccb311814bf6c2d106b913832",
                "name" : "origin/classic"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1c026eb9705c9a0ccb311814bf6c2d106b913832",
            "branch" : [
              {
                "SHA1" : "1c026eb9705c9a0ccb311814bf6c2d106b913832",
                "name" : "origin/classic"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 66,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2f2974d43db02658d36f29f914ee0ded3b60a646",
            "branch" : [
              {
                "SHA1" : "2f2974d43db02658d36f29f914ee0ded3b60a646",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2f2974d43db02658d36f29f914ee0ded3b60a646",
            "branch" : [
              {
                "SHA1" : "2f2974d43db02658d36f29f914ee0ded3b60a646",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2cb509e6c13e849046b0a75f444430a235bcc064",
        "branch" : [
          {
            "SHA1" : "2cb509e6c13e849046b0a75f444430a235bcc064",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/Frotty/ForestDef.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#194",
  "duration" : 17593,
  "estimatedDuration" : 47624,
  "executor" : None,
  "fullDisplayName" : "ForestDef #194",
  "id" : "194",
  "keepLog" : False,
  "number" : 194,
  "queueId" : 960,
  "result" : "FAILURE",
  "timestamp" : 1481262072701,
  "url" : "https://grill.wurstlang.org/hudson/user/b.hawkins/my-views/view/all/job/ForestDef/194/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/items/FieldGenerator.wurst",
          "wurst/player/PlayerData.wurst",
          "wurst/init/GameConditions.wurst",
          "wurst/_abstract/entity/Event.wurst",
          "wurst/_abstract/buff/Buff.wurst",
          "wurst/systems/MultiboardSystem.wurst",
          "wurst/_abstract/projectiles/Projectile.wurst",
          "wurst/war3map.j",
          "wurst/init/GameInit.wurst",
          "wurst/Creeps/UnitSpawnSystem.wurst",
          "wurst/towers/Tower.wurst",
          "wurst/Creeps/bosses/BossFive.wurst",
          "wurst/systems/LumberAndCoinSystem.wurst",
          "wurst/player/Selector.wurst",
          "wurst/_abstract/entity/PhysicsConstants.wurst",
          "wurst/Creeps/specials/Special.wurst",
          "wurst/_abstract/entity/EntityManagement.wurst",
          "wurst/player/Builder.wurst",
          "wurst/Creeps/Creep.wurst",
          "wurst/_abstract/entity/Entity.wurst",
          "wurst/_abstract/entity/PhysicsEntity.wurst",
          "wurst/_abstract/buff/DmgMod.wurst"
        ],
        "commitId" : "7e45e77c624db2e5b83cbed9ed48e276dd127283",
        "timestamp" : 1481255601000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "Put Entity system into it's own project, improve UX\u000a",
        "date" : "2016-12-09T04:53:21+0100",
        "id" : "7e45e77c624db2e5b83cbed9ed48e276dd127283",
        "msg" : "Put Entity system into it's own project, improve UX",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "wurst/_abstract/entity/EntityManagement.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/towers/Tower.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/Creeps/bosses/BossFive.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/war3map.j"
          },
          {
            "editType" : "edit",
            "file" : "wurst/player/Selector.wurst"
          },
          {
            "editType" : "delete",
            "file" : "wurst/_abstract/entity/Event.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/player/PlayerData.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/systems/LumberAndCoinSystem.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/systems/MultiboardSystem.wurst"
          },
          {
            "editType" : "delete",
            "file" : "wurst/_abstract/buff/Buff.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/init/GameConditions.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/Creeps/UnitSpawnSystem.wurst"
          },
          {
            "editType" : "delete",
            "file" : "wurst/_abstract/entity/PhysicsConstants.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/Creeps/specials/Special.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/Creeps/Creep.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/init/GameInit.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/items/FieldGenerator.wurst"
          },
          {
            "editType" : "delete",
            "file" : "wurst/_abstract/entity/Entity.wurst"
          },
          {
            "editType" : "delete",
            "file" : "wurst/_abstract/entity/PhysicsEntity.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/player/Builder.wurst"
          },
          {
            "editType" : "delete",
            "file" : "wurst/_abstract/buff/DmgMod.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/_abstract/projectiles/Projectile.wurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/Creeps/specials/Special.wurst",
          "wurst/init/GameInit.wurst",
          "wurst/Creeps/specials/SpecialFive.wurst",
          "wurst/Creeps/UnitSpawnSystem.wurst"
        ],
        "commitId" : "2cb509e6c13e849046b0a75f444430a235bcc064",
        "timestamp" : 1481256673000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
          "fullName" : "frotty"
        },
        "authorEmail" : "frotty@sunayama.de",
        "comment" : "fix singleplayer, adjust specialFive\u000a",
        "date" : "2016-12-09T05:11:13+0100",
        "id" : "2cb509e6c13e849046b0a75f444430a235bcc064",
        "msg" : "fix singleplayer, adjust specialFive",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wurst/Creeps/UnitSpawnSystem.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/Creeps/specials/Special.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/init/GameInit.wurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/Creeps/specials/SpecialFive.wurst"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/frotty",
      "fullName" : "frotty"
    }
  ]
}