{
  "_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" : 55,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "aa1555a5b2c82b79bf466819fb9c228103fc336a",
            "branch" : [
              {
                "SHA1" : "aa1555a5b2c82b79bf466819fb9c228103fc336a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "aa1555a5b2c82b79bf466819fb9c228103fc336a",
            "branch" : [
              {
                "SHA1" : "aa1555a5b2c82b79bf466819fb9c228103fc336a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "aa1555a5b2c82b79bf466819fb9c228103fc336a",
        "branch" : [
          {
            "SHA1" : "aa1555a5b2c82b79bf466819fb9c228103fc336a",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://bitbucket.org/Cokemonkey11/hunters-hall.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#55",
  "duration" : 36328,
  "estimatedDuration" : 33796,
  "executor" : None,
  "fullDisplayName" : "hunters-hall #55",
  "id" : "55",
  "keepLog" : False,
  "number" : 55,
  "queueId" : 21,
  "result" : "SUCCESS",
  "timestamp" : 1441613291049,
  "url" : "https://grill.wurstlang.org/hudson/user/b.hawkins/my-views/view/all/job/hunters-hall/55/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "(12)HuntersHall150.w3x",
          "wurst/objectDefinitions/units/Hunter.jurst",
          "wurst/exported/Net.jurst",
          "wurst/objectDefinitions/abilities/CreateHunterNet.jurst",
          "wurst/objectDefinitions/buffs/CreateNet.jurst",
          "wurst/objectDefinitions/buffs/CreateNetBuff.jurst",
          "wurst/objectDefinitions/units/HunterChild.jurst"
        ],
        "commitId" : "0873a0058e4fa7f5b86db888eccd3b38a3e810bb",
        "timestamp" : 1441575114000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/cokemonkey11",
          "fullName" : "Cokemonkey11"
        },
        "authorEmail" : "cokemonkey11@gmail.com",
        "comment" : "Re-work net to be a real skill shot. Addresses #12.\u000a",
        "date" : "2015-09-06T22:31:54+0100",
        "id" : "0873a0058e4fa7f5b86db888eccd3b38a3e810bb",
        "msg" : "Re-work net to be a real skill shot. Addresses #12.",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "wurst/objectDefinitions/buffs/CreateNet.jurst"
          },
          {
            "editType" : "add",
            "file" : "wurst/objectDefinitions/abilities/CreateHunterNet.jurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/objectDefinitions/units/Hunter.jurst"
          },
          {
            "editType" : "edit",
            "file" : "(12)HuntersHall150.w3x"
          },
          {
            "editType" : "edit",
            "file" : "wurst/exported/Net.jurst"
          },
          {
            "editType" : "edit",
            "file" : "wurst/objectDefinitions/units/HunterChild.jurst"
          },
          {
            "editType" : "add",
            "file" : "wurst/objectDefinitions/buffs/CreateNetBuff.jurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/objectDefinitions/abilities/CreateHunterNet.jurst",
          "(12)HuntersHall150.w3x",
          "wurst/objectDefinitions/abilities/HunterNetSlowEffectDummy.jurst"
        ],
        "commitId" : "7eaf5921721095c692e1912965ad2da533966a5e",
        "timestamp" : 1441575376000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/cokemonkey11",
          "fullName" : "Cokemonkey11"
        },
        "authorEmail" : "cokemonkey11@gmail.com",
        "comment" : "reduce net duration to 4.5s\u000a",
        "date" : "2015-09-06T22:36:16+0100",
        "id" : "7eaf5921721095c692e1912965ad2da533966a5e",
        "msg" : "reduce net duration to 4.5s",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "wurst/objectDefinitions/abilities/CreateHunterNet.jurst"
          },
          {
            "editType" : "edit",
            "file" : "(12)HuntersHall150.w3x"
          },
          {
            "editType" : "edit",
            "file" : "wurst/objectDefinitions/abilities/HunterNetSlowEffectDummy.jurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "(12)HuntersHall151.w3x",
          "submission-template.vbc"
        ],
        "commitId" : "6a008b3644bf415d2db9fe357b5a2fa727879b3c",
        "timestamp" : 1441575609000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/cokemonkey11",
          "fullName" : "Cokemonkey11"
        },
        "authorEmail" : "cokemonkey11@gmail.com",
        "comment" : "submission template nomalise line endings\u000a",
        "date" : "2015-09-06T22:40:09+0100",
        "id" : "6a008b3644bf415d2db9fe357b5a2fa727879b3c",
        "msg" : "submission template nomalise line endings",
        "paths" : [
          {
            "editType" : "add",
            "file" : "(12)HuntersHall151.w3x"
          },
          {
            "editType" : "edit",
            "file" : "submission-template.vbc"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "wurst/objectDefinitions/abilities/HunterNet.jurst"
        ],
        "commitId" : "2f161eda943b2f8f23324601c2714150c3d7a0df",
        "timestamp" : 1441575728000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/cokemonkey11",
          "fullName" : "Cokemonkey11"
        },
        "authorEmail" : "cokemonkey11@gmail.com",
        "comment" : "remove old hunter net from object data\u000a",
        "date" : "2015-09-06T22:42:08+0100",
        "id" : "2f161eda943b2f8f23324601c2714150c3d7a0df",
        "msg" : "remove old hunter net from object data",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "wurst/objectDefinitions/abilities/HunterNet.jurst"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "submission-template.vbc"
        ],
        "commitId" : "aa1555a5b2c82b79bf466819fb9c228103fc336a",
        "timestamp" : 1441576098000,
        "author" : {
          "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/cokemonkey11",
          "fullName" : "Cokemonkey11"
        },
        "authorEmail" : "cokemonkey11@gmail.com",
        "comment" : "prepare for 1.5.1 release\u000a",
        "date" : "2015-09-06T22:48:18+0100",
        "id" : "aa1555a5b2c82b79bf466819fb9c228103fc336a",
        "msg" : "prepare for 1.5.1 release",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "submission-template.vbc"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://grill.wurstlang.org/hudson/user/cokemonkey11",
      "fullName" : "Cokemonkey11"
    }
  ]
}