{
  "_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" : 552,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e20928f7da265577c771b63ca7ce49c35ef19b2b",
            "branch" : [
              {
                "SHA1" : "e20928f7da265577c771b63ca7ce49c35ef19b2b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e20928f7da265577c771b63ca7ce49c35ef19b2b",
            "branch" : [
              {
                "SHA1" : "e20928f7da265577c771b63ca7ce49c35ef19b2b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e20928f7da265577c771b63ca7ce49c35ef19b2b",
        "branch" : [
          {
            "SHA1" : "e20928f7da265577c771b63ca7ce49c35ef19b2b",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://hub.spigotmc.org/stash/scm/spigot/craftbukkit.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#552",
  "duration" : 773,
  "estimatedDuration" : 590,
  "executor" : None,
  "fullDisplayName" : "CraftBukkit-RSS #552",
  "id" : "552",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 552,
  "queueId" : 2,
  "result" : "SUCCESS",
  "timestamp" : 1476607388710,
  "url" : "https://hub.spigotmc.org/jenkins/view/RSS/job/CraftBukkit-RSS/552/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "nms-patches/WorldServer.patch"
        ],
        "commitId" : "e20928f7da265577c771b63ca7ce49c35ef19b2b",
        "timestamp" : 1476607343000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "SPIGOT-2726: Fix duplicate UUID check not always running\u000aWorld.addEntity(Entity entity) calls addEntity(entity,\u000aSpawnReason.DEFAULT), which contains the code that was originally in\u000aaddEntity (and some event code).\u000aHowever, WorldServer previously only had addEntity(Entity entity), so if\u000aaddEntity(Entity entity, SpawnReason spawnreason) was called directly,\u000athe UUID check that's found in it (the call to 'i') is skipped.  This\u000ahappens, among other places, in ChunkRegionLoader.spawnEntity (which\u000a/summon uses).\u000aI fixed this by making WorldServer override the SpawnReason version,\u000arather than the regular version.  This is safe to do because the World\u000aversion calls the SpawnReason version - it's not necessary to do the\u000asame thing in WorldServer.\u000a",
        "date" : "2016-10-16 19:42:23 +1100",
        "id" : "e20928f7da265577c771b63ca7ce49c35ef19b2b",
        "msg" : "SPIGOT-2726: Fix duplicate UUID check not always running",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "nms-patches/WorldServer.patch"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
      "fullName" : "md_5"
    }
  ]
}