{
  "_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" : 712,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "81a3441d623a7bdf1f509214de0bd616769956f4",
            "branch" : [
              {
                "SHA1" : "81a3441d623a7bdf1f509214de0bd616769956f4",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "81a3441d623a7bdf1f509214de0bd616769956f4",
            "branch" : [
              {
                "SHA1" : "81a3441d623a7bdf1f509214de0bd616769956f4",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "81a3441d623a7bdf1f509214de0bd616769956f4",
        "branch" : [
          {
            "SHA1" : "81a3441d623a7bdf1f509214de0bd616769956f4",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/mcMMO-Dev/mcMMO.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "mcMMO.jar",
      "fileName" : "mcMMO.jar",
      "relativePath" : "mcMMO/target/mcMMO.jar"
    },
    {
      "displayPath" : "original-mcMMO.jar",
      "fileName" : "original-mcMMO.jar",
      "relativePath" : "mcMMO/target/original-mcMMO.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#712",
  "duration" : 104499,
  "estimatedDuration" : 83019,
  "executor" : None,
  "fullDisplayName" : "mcMMO-java8 mc 1.16 and older #712",
  "id" : "712",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 712,
  "queueId" : 7053,
  "result" : "SUCCESS",
  "timestamp" : 1618593572190,
  "url" : "https://popicraft.net/jenkins/view/all/job/mcMMO-java8%20mc%201.16%20and%20older/712/",
  "builtOn" : "Builder",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/mcMMO.java",
          "src/test/java/com/gmail/nossr50/database/FlatFileDatabaseManagerTest.java",
          "src/main/java/com/gmail/nossr50/database/FlatFileDatabaseManager.java",
          "pom.xml",
          "Changelog.txt"
        ],
        "commitId" : "04459f1ea712c8ae4ca85516bcb47ca40c9fa60b",
        "timestamp" : 1618592144000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Fix leaderboards & fix override locale bug\u000aFixes #4493 Fixes #4492\u000a",
        "date" : "2021-04-16 09:55:44 -0700",
        "id" : "04459f1ea712c8ae4ca85516bcb47ca40c9fa60b",
        "msg" : "Fix leaderboards & fix override locale bug",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changelog.txt"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/gmail/nossr50/database/FlatFileDatabaseManagerTest.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/database/FlatFileDatabaseManager.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/mcMMO.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java",
          "src/main/java/com/gmail/nossr50/skills/mining/MiningManager.java",
          "src/main/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingManager.java"
        ],
        "commitId" : "739342160737dfafc61a5c23fd2e08fd2592f484",
        "timestamp" : 1618592637000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Some patches (#4494)\u000a\u000aFixed blocks being dropped from blast mining even if yield was set to 0.\u000aTree feller not working entirely if one fake block break event is cancelled. (Fixes #4189)\u000aFixes no woodcutting xp being rewarded if a tree is too big while using tree feller.\u000a",
        "date" : "2021-04-16 10:03:57 -0700",
        "id" : "739342160737dfafc61a5c23fd2e08fd2592f484",
        "msg" : "Some patches (#4494)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/skills/mining/MiningManager.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingManager.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java",
          "Changelog.txt"
        ],
        "commitId" : "76ebd85afaac46d511107bab134e1dbef558964b",
        "timestamp" : 1618592721000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Update changelog\u000a",
        "date" : "2021-04-16 10:05:21 -0700",
        "id" : "76ebd85afaac46d511107bab134e1dbef558964b",
        "msg" : "Update changelog",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "Changelog.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/locale/locale_pl.properties"
        ],
        "commitId" : "fee2b93b4bb1fbb946ad5687576d31e2cccc1136",
        "timestamp" : 1618592790000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update locale_pl.properties (#4486)\u000a\u000a* Update locale_pl.properties\u000a\u000aLots of minor bugs fixed and the woodcut has a better translated name (as well as the ability to woodcut etc.)\u000aAnd all guides have been translated :D\u000a\u000a* Update locale_pl.properties\u000a\u000aGuides.Salvage.* translated\u000aFixed few mistakes\u000aAnd added support to the latest version of plugin (like swords update)\u000a",
        "date" : "2021-04-16 10:06:30 -0700",
        "id" : "fee2b93b4bb1fbb946ad5687576d31e2cccc1136",
        "msg" : "Update locale_pl.properties (#4486)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/locale/locale_pl.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changelog.txt"
        ],
        "commitId" : "cfe1fd2b26b86cfb4f7cc5ee4ffd74f2531c7f9e",
        "timestamp" : 1618592822000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Update changelog\u000a",
        "date" : "2021-04-16 10:07:02 -0700",
        "id" : "cfe1fd2b26b86cfb4f7cc5ee4ffd74f2531c7f9e",
        "msg" : "Update changelog",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changelog.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml",
          "Changelog.txt"
        ],
        "commitId" : "81a3441d623a7bdf1f509214de0bd616769956f4",
        "timestamp" : 1618592856000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "2.1.193\u000a",
        "date" : "2021-04-16 10:07:36 -0700",
        "id" : "81a3441d623a7bdf1f509214de0bd616769956f4",
        "msg" : "2.1.193",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "Changelog.txt"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://popicraft.net/jenkins/user/github",
      "fullName" : "github"
    },
    {
      "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
      "fullName" : "nossr50"
    }
  ]
}