{
  "_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" : 34,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8a983f97a1096aaca249cbed1882a8b98b0cc039",
            "branch" : [
              {
                "SHA1" : "8a983f97a1096aaca249cbed1882a8b98b0cc039",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8a983f97a1096aaca249cbed1882a8b98b0cc039",
            "branch" : [
              {
                "SHA1" : "8a983f97a1096aaca249cbed1882a8b98b0cc039",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8a983f97a1096aaca249cbed1882a8b98b0cc039",
        "branch" : [
          {
            "SHA1" : "8a983f97a1096aaca249cbed1882a8b98b0cc039",
            "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" : "#34",
  "duration" : 601,
  "estimatedDuration" : 276,
  "executor" : None,
  "fullDisplayName" : "Spigot-RSS #34",
  "id" : "34",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 34,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1423217529012,
  "url" : "https://hub.spigotmc.org/jenkins/view/All/job/Spigot-RSS/34/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "CraftBukkit-Patches/0076-Configurable-Ping-Sample-Size.patch",
          "Bukkit-Patches/0006-Add-Particle-API.patch",
          "CraftBukkit-Patches/0012-Spigot-Timings.patch",
          "CraftBukkit-Patches/0107-Correct-Ban-Expiration.patch",
          "Bukkit-Patches/0020-Silenceable-Lightning-API.patch",
          "CraftBukkit-Patches/0035-Prevent-Ghost-Players-Caused-by-Plugins.patch",
          "CraftBukkit-Patches/0097-Display-Spigot-in-client-crashes-server-lists-and-Mo.patch",
          "CraftBukkit-Patches/0017-PlayerItemDamageEvent.patch",
          "CraftBukkit-Patches/0119-Implement-PlayerSpawnLocationEvent.patch",
          "CraftBukkit-Patches/0070-Try-and-Debug-Crash-Reports-Crashing.patch",
          "CraftBukkit-Patches/0069-Fix-ItemStack-Unbreakable-Code.patch",
          "CraftBukkit-Patches/0004-Obfuscation-Helpers.patch",
          "CraftBukkit-Patches/0030-Configurable-Messages.patch",
          "CraftBukkit-Patches/0058-Configurable-Amount-of-Netty-Threads.patch",
          "CraftBukkit-Patches/0143-Add-an-option-for-a-global-cache-for-any-request-on-.patch",
          "CraftBukkit-Patches/0056-BungeeCord-Support.patch"
        ],
        "commitId" : "8a983f97a1096aaca249cbed1882a8b98b0cc039",
        "timestamp" : 1423217311000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/thinkofdeath",
          "fullName" : "Thinkofdeath (Thinkofdeath)"
        },
        "authorEmail" : "thinkofdeath@spigotmc.org",
        "comment" : "SPIGOT-522: Remove the global api cache option\u000a\u000aThis was useful when plugins first started upgrading to uuid because each\u000aplugin would implement their own way for grabbing uuid's from mojang. Because\u000anone of them shared the result they would quickly hit the limits on the api\u000acausing the conversion to either fail or pause for long periods of time. The\u000aglobal api cache was a (very hacky) way to force all plugins to share a cache\u000abut caused a few issues with plugins that expected a full implementation of\u000athe HTTPURLConnection. Due to the fact that most servers/plugins have updated\u000anow it seems to be a good time to remove this as its usefulness mostly has\u000aexpired.\u000a",
        "date" : "2015-02-06T10:08:31+0000",
        "id" : "8a983f97a1096aaca249cbed1882a8b98b0cc039",
        "msg" : "SPIGOT-522: Remove the global api cache option",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0107-Correct-Ban-Expiration.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0070-Try-and-Debug-Crash-Reports-Crashing.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0012-Spigot-Timings.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0017-PlayerItemDamageEvent.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0030-Configurable-Messages.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0076-Configurable-Ping-Sample-Size.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0119-Implement-PlayerSpawnLocationEvent.patch"
          },
          {
            "editType" : "edit",
            "file" : "Bukkit-Patches/0006-Add-Particle-API.patch"
          },
          {
            "editType" : "edit",
            "file" : "Bukkit-Patches/0020-Silenceable-Lightning-API.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0004-Obfuscation-Helpers.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0058-Configurable-Amount-of-Netty-Threads.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0069-Fix-ItemStack-Unbreakable-Code.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0097-Display-Spigot-in-client-crashes-server-lists-and-Mo.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0035-Prevent-Ghost-Players-Caused-by-Plugins.patch"
          },
          {
            "editType" : "edit",
            "file" : "CraftBukkit-Patches/0056-BungeeCord-Support.patch"
          },
          {
            "editType" : "delete",
            "file" : "CraftBukkit-Patches/0143-Add-an-option-for-a-global-cache-for-any-request-on-.patch"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/thinkofdeath",
      "fullName" : "Thinkofdeath (Thinkofdeath)"
    }
  ]
}