{
  "_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" : 148,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a5b7881dbeedf6ac67c7729e25d3f06c70b27ee9",
            "branch" : [
              {
                "SHA1" : "a5b7881dbeedf6ac67c7729e25d3f06c70b27ee9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a5b7881dbeedf6ac67c7729e25d3f06c70b27ee9",
            "branch" : [
              {
                "SHA1" : "a5b7881dbeedf6ac67c7729e25d3f06c70b27ee9",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a5b7881dbeedf6ac67c7729e25d3f06c70b27ee9",
        "branch" : [
          {
            "SHA1" : "a5b7881dbeedf6ac67c7729e25d3f06c70b27ee9",
            "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" : "#148",
  "duration" : 741,
  "estimatedDuration" : 590,
  "executor" : None,
  "fullDisplayName" : "CraftBukkit-RSS #148",
  "id" : "148",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 148,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1428923037306,
  "url" : "https://hub.spigotmc.org/jenkins/view/RSS/job/CraftBukkit-RSS/148/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "nms-patches/EntityFishingHook.patch"
        ],
        "commitId" : "889a5eca6e2f9aef1a381f4a93a6b2a8717645c6",
        "timestamp" : 1428917113000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/thinkofdeath",
          "fullName" : "Thinkofdeath (Thinkofdeath)"
        },
        "authorEmail" : "thinkofdeath@spigotmc.org",
        "comment" : "SPIGOT-782: Don't drop exp if a plugin sets it to zero\u000a",
        "date" : "2015-04-13T10:25:13+0100",
        "id" : "889a5eca6e2f9aef1a381f4a93a6b2a8717645c6",
        "msg" : "SPIGOT-782: Don't drop exp if a plugin sets it to zero",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "nms-patches/EntityFishingHook.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "nms-patches/EntitySkeleton.patch",
          "nms-patches/EntityInsentient.patch",
          "nms-patches/EntityCreeper.patch",
          "nms-patches/EntityZombie.patch"
        ],
        "commitId" : "85cf593df9a8f6dbdcbd23401f8c5d65003fa6de",
        "timestamp" : 1428918467000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/thinkofdeath",
          "fullName" : "Thinkofdeath (Thinkofdeath)"
        },
        "authorEmail" : "thinkofdeath@spigotmc.org",
        "comment" : "SPIGOT-758: Capture head drops from charged creeper kills\u000a",
        "date" : "2015-04-13T10:47:47+0100",
        "id" : "85cf593df9a8f6dbdcbd23401f8c5d65003fa6de",
        "msg" : "SPIGOT-758: Capture head drops from charged creeper kills",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "nms-patches/EntityCreeper.patch"
          },
          {
            "editType" : "edit",
            "file" : "nms-patches/EntityInsentient.patch"
          },
          {
            "editType" : "edit",
            "file" : "nms-patches/EntitySkeleton.patch"
          },
          {
            "editType" : "edit",
            "file" : "nms-patches/EntityZombie.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/org/bukkit/craftbukkit/command/VanillaCommandWrapper.java"
        ],
        "commitId" : "a25c96eda7e33c9d331d2e16c6be1481ac3d5b02",
        "timestamp" : 1428918664000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/thinkofdeath",
          "fullName" : "Thinkofdeath (Thinkofdeath)"
        },
        "authorEmail" : "thinkofdeath@spigotmc.org",
        "comment" : "SPIGOT-742: Throw an exception instead of passing null when the sender cannot be converted\u000a",
        "date" : "2015-04-13T10:51:04+0100",
        "id" : "a25c96eda7e33c9d331d2e16c6be1481ac3d5b02",
        "msg" : "SPIGOT-742: Throw an exception instead of passing null when the sender",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/org/bukkit/craftbukkit/command/VanillaCommandWrapper.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "nms-patches/EntityMinecartAbstract.patch",
          "nms-patches/EntityBoat.patch"
        ],
        "commitId" : "643486f4694adcbb03ea6fab1780af2d6fc57544",
        "timestamp" : 1428918900000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/thinkofdeath",
          "fullName" : "Thinkofdeath (Thinkofdeath)"
        },
        "authorEmail" : "thinkofdeath@spigotmc.org",
        "comment" : "SPIGOT-694: Fix a mis-placed diff causing the event to fire too early\u000a",
        "date" : "2015-04-13T10:55:00+0100",
        "id" : "643486f4694adcbb03ea6fab1780af2d6fc57544",
        "msg" : "SPIGOT-694: Fix a mis-placed diff causing the event to fire too early",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "nms-patches/EntityMinecartAbstract.patch"
          },
          {
            "editType" : "edit",
            "file" : "nms-patches/EntityBoat.patch"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "nms-patches/EntityMinecartAbstract.patch"
        ],
        "commitId" : "a5b7881dbeedf6ac67c7729e25d3f06c70b27ee9",
        "timestamp" : 1428919315000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/thinkofdeath",
          "fullName" : "Thinkofdeath (Thinkofdeath)"
        },
        "authorEmail" : "thinkofdeath@spigotmc.org",
        "comment" : "SPIGOT-645: Fix players/entities being dismounted when the destroy event was cancelled\u000a",
        "date" : "2015-04-13T11:01:55+0100",
        "id" : "a5b7881dbeedf6ac67c7729e25d3f06c70b27ee9",
        "msg" : "SPIGOT-645: Fix players/entities being dismounted when the destroy event",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "nms-patches/EntityMinecartAbstract.patch"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/thinkofdeath",
      "fullName" : "Thinkofdeath (Thinkofdeath)"
    }
  ]
}