{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 58,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7bd386951cf24cc325d8886ce169a44785475d08",
            "branch" : [
              {
                "SHA1" : "7bd386951cf24cc325d8886ce169a44785475d08",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7bd386951cf24cc325d8886ce169a44785475d08",
            "branch" : [
              {
                "SHA1" : "7bd386951cf24cc325d8886ce169a44785475d08",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7bd386951cf24cc325d8886ce169a44785475d08",
        "branch" : [
          {
            "SHA1" : "7bd386951cf24cc325d8886ce169a44785475d08",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://hub.spigotmc.org/stash/scm/spigot/spigot.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#58",
  "duration" : 771,
  "estimatedDuration" : 283,
  "executor" : None,
  "fullDisplayName" : "Bukkit-RSS #58",
  "id" : "58",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 58,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1426501316262,
  "url" : "https://hub.spigotmc.org/jenkins/job/Bukkit-RSS/58/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "CraftBukkit-Patches/0114-Prevent-NoClassDefError-crash-and-notify-on-crash.patch",
          "CraftBukkit-Patches/0051-Fix-some-chunks-not-being-sent-to-the-client.patch",
          "CraftBukkit-Patches/0012-Spigot-Timings.patch",
          "CraftBukkit-Patches/0014-Handle-Null-Tile-Entities.patch",
          "CraftBukkit-Patches/0010-Async-Operation-Catching.patch",
          "CraftBukkit-Patches/0063-More-Efficient-GetCubes.patch",
          "CraftBukkit-Patches/0093-Fix-ConcurrentModificationException-while-being-idle.patch",
          "CraftBukkit-Patches/0001-POM-Changes.patch",
          "CraftBukkit-Patches/0137-Fix-Null-Tile-Entity-Worlds.patch",
          "CraftBukkit-Patches/0017-PlayerItemDamageEvent.patch",
          "CraftBukkit-Patches/0071-Improve-AutoSave-Mechanism.patch",
          "CraftBukkit-Patches/0155-Use-Standard-List-for-EntitySlices.patch",
          "CraftBukkit-Patches/0069-Fix-ItemStack-Unbreakable-Code.patch",
          "CraftBukkit-Patches/0092-Guard-Entity-List.patch",
          "CraftBukkit-Patches/0009-Merge-tweaks-and-configuration.patch",
          "CraftBukkit-Patches/0031-Allow-Disabling-of-Random-Lighting-Updates.patch",
          "CraftBukkit-Patches/0032-Properly-Close-Inventories.patch",
          "CraftBukkit-Patches/0005-Spigot-Configuration.patch",
          "CraftBukkit-Patches/0015-Entity-Activation-Range.patch",
          "CraftBukkit-Patches/0143-Plug-WorldMap-Memory-Leak.patch",
          "CraftBukkit-Patches/0156-Allow-Capping-Tile-Entity-Tick-Time.patch",
          "CraftBukkit-Patches/0157-Use-FastMatches-for-ItemStack-Dirty-Check.patch",
          "CraftBukkit-Patches/0053-Orebfuscator.patch",
          "CraftBukkit-Patches/0006-Better-Chunk-Tick-Selection.patch"
        ],
        "commitId" : "7bd386951cf24cc325d8886ce169a44785475d08",
        "timestamp" : 1426501161000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/thinkofdeath",
          "fullName" : "Thinkofdeath (Thinkofdeath)"
        },
        "authorEmail" : "thinkofdeath@spigotmc.org",
        "comment" : "Upstream merge\u000a",
        "date" : "2015-03-16T10:19:21+0000",
        "id" : "7bd386951cf24cc325d8886ce169a44785475d08",
        "msg" : "Upstream merge",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0031-Allow-Disabling-of-Random-Lighting-Updates.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0137-Fix-Null-Tile-Entity-Worlds.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0006-Better-Chunk-Tick-Selection.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0069-Fix-ItemStack-Unbreakable-Code.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0017-PlayerItemDamageEvent.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0143-Plug-WorldMap-Memory-Leak.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0005-Spigot-Configuration.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0032-Properly-Close-Inventories.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0156-Allow-Capping-Tile-Entity-Tick-Time.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0015-Entity-Activation-Range.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0051-Fix-some-chunks-not-being-sent-to-the-client.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0010-Async-Operation-Catching.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0014-Handle-Null-Tile-Entities.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0009-Merge-tweaks-and-configuration.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0071-Improve-AutoSave-Mechanism.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0092-Guard-Entity-List.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0093-Fix-ConcurrentModificationException-while-being-idle.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0012-Spigot-Timings.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0157-Use-FastMatches-for-ItemStack-Dirty-Check.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0114-Prevent-NoClassDefError-crash-and-notify-on-crash.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0155-Use-Standard-List-for-EntitySlices.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0053-Orebfuscator.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0001-POM-Changes.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0063-More-Efficient-GetCubes.patch"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/thinkofdeath",
      "fullName" : "Thinkofdeath (Thinkofdeath)"
    }
  ]
}