{
  "_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" : 507,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a3612b6ae3aad884cf44684e573ec15793750f23",
            "branch" : [
              {
                "SHA1" : "a3612b6ae3aad884cf44684e573ec15793750f23",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a3612b6ae3aad884cf44684e573ec15793750f23",
            "branch" : [
              {
                "SHA1" : "a3612b6ae3aad884cf44684e573ec15793750f23",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a3612b6ae3aad884cf44684e573ec15793750f23",
        "branch" : [
          {
            "SHA1" : "a3612b6ae3aad884cf44684e573ec15793750f23",
            "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" : "#507",
  "duration" : 68822,
  "estimatedDuration" : 83019,
  "executor" : None,
  "fullDisplayName" : "mcMMO-java8 mc 1.16 and older #507",
  "id" : "507",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 507,
  "queueId" : 242,
  "result" : "SUCCESS",
  "timestamp" : 1588371604364,
  "url" : "https://popicraft.net/jenkins/view/all/job/mcMMO-java8%20mc%201.16%20and%20older/507/",
  "builtOn" : "Builder",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/util/blockmeta/conversion/BlockStoreConversionMain.java"
        ],
        "commitId" : "bffabb4a05400d50b1750ab7a16d50d05889c549",
        "timestamp" : 1586244448000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Fix BlockStoreConversion bug on folder check\u000aIf dataDir.exists() is true, dataDir.isDirectory() will always also be\u000atrue. You probably wanted to check whether it is a folder.\u000acould lead to a critical bug when a file with the name of the folder\u000aexists.\u000a",
        "date" : "2020-04-07 09:27:28 +0200",
        "id" : "bffabb4a05400d50b1750ab7a16d50d05889c549",
        "msg" : "Fix BlockStoreConversion bug on folder check",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/util/blockmeta/conversion/BlockStoreConversionMain.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/util/blockmeta/HashChunkletManager.java"
        ],
        "commitId" : "8dc955542d8ec28050307898888f3596e7115c42",
        "timestamp" : 1586245518000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Introduce buffering in HashChunkletManager\u000aImprove the performance by introducing buffering. The current usage of\u000aFileInputStream and ObjectInputStream don't use buffering.\u000a",
        "date" : "2020-04-07 09:45:18 +0200",
        "id" : "8dc955542d8ec28050307898888f3596e7115c42",
        "msg" : "Introduce buffering in HashChunkletManager",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/util/blockmeta/HashChunkletManager.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/util/uuid/UUIDFetcher.java"
        ],
        "commitId" : "877ef153747b28a9cd7dc60917eca03acdbe0572",
        "timestamp" : 1586246097000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Close resources in UUIDFetcher\u000aResource leak by not closing the InputStreamReader\u000a",
        "date" : "2020-04-07 09:54:57 +0200",
        "id" : "877ef153747b28a9cd7dc60917eca03acdbe0572",
        "msg" : "Close resources in UUIDFetcher",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/util/uuid/UUIDFetcher.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/config/WorldBlacklist.java"
        ],
        "commitId" : "69a4ec80cd66a12259202210d69796d4aa4a69c8",
        "timestamp" : 1586246542000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Fix resource leak on exception\u000aWhen an exception is hit in the try statement, the readers will never\u000aget closed and leak resources\u000a",
        "date" : "2020-04-07 10:02:22 +0200",
        "id" : "69a4ec80cd66a12259202210d69796d4aa4a69c8",
        "msg" : "Fix resource leak on exception",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/config/WorldBlacklist.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/locale/locale_ko.properties"
        ],
        "commitId" : "6f79a43e1585f1269a62cc1556d328789cd6d8ca",
        "timestamp" : 1587145077000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/gwonhj9751",
          "fullName" : "gwonhj9751"
        },
        "authorEmail" : "gwonhj9751@naver.com",
        "comment" : "[UPDATE] XpBar Translation in English to Korean\u000a- Changes the top experience bar to Korean for easier use by Korean\u000ausers\u000a",
        "date" : "2020-04-18 02:37:57 +0900",
        "id" : "6f79a43e1585f1269a62cc1556d328789cd6d8ca",
        "msg" : "[UPDATE] XpBar Translation in English to Korean",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/locale/locale_ko.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/locale/locale_ko.properties"
        ],
        "commitId" : "0897aefbeeafefda0d8865a03d39f0235e7c38f2",
        "timestamp" : 1587146637000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/gwonhj9751",
          "fullName" : "gwonhj9751"
        },
        "authorEmail" : "gwonhj9751@naver.com",
        "comment" : "[UPDATE] Add a phrase translation that appears when you first learn a\u000askill\u000a",
        "date" : "2020-04-18 03:03:57 +0900",
        "id" : "0897aefbeeafefda0d8865a03d39f0235e7c38f2",
        "msg" : "[UPDATE] Add a phrase translation that appears when you first learn a",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/locale/locale_ko.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/locale/locale_ko.properties"
        ],
        "commitId" : "401e3121e668bac3a21b5c4b65ee03af708b4b7c",
        "timestamp" : 1587147777000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/gwonhj9751",
          "fullName" : "gwonhj9751"
        },
        "authorEmail" : "gwonhj9751@naver.com",
        "comment" : "[UPDATE] Add Korean translations of phrases that appear during level-up\u000a",
        "date" : "2020-04-18 03:22:57 +0900",
        "id" : "401e3121e668bac3a21b5c4b65ee03af708b4b7c",
        "msg" : "[UPDATE] Add Korean translations of phrases that appear during level-up",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/locale/locale_ko.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/locale/locale_hu_HU.properties"
        ],
        "commitId" : "9a3b261f07fdced160759c906c5efbd85f914199",
        "timestamp" : 1587916501000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "Update locale_hu_HU.properties\u000a",
        "date" : "2020-04-26 17:55:01 +0200",
        "id" : "9a3b261f07fdced160759c906c5efbd85f914199",
        "msg" : "Update locale_hu_HU.properties",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/locale/locale_hu_HU.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "Changelog.txt"
        ],
        "commitId" : "7615ff472dc1cdb6659950a9b008dd5fdf9fefe7",
        "timestamp" : 1588368776000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Update changelog\u000a",
        "date" : "2020-05-01 14:32:56 -0700",
        "id" : "7615ff472dc1cdb6659950a9b008dd5fdf9fefe7",
        "msg" : "Update changelog",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "Changelog.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/config/WorldBlacklist.java"
        ],
        "commitId" : "7114ff02e53e24d120ce607b640f49d15978a8ee",
        "timestamp" : 1588369138000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Fix compile issue\u000a",
        "date" : "2020-05-01 14:38:58 -0700",
        "id" : "7114ff02e53e24d120ce607b640f49d15978a8ee",
        "msg" : "Fix compile issue",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/config/WorldBlacklist.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/mcMMO.java"
        ],
        "commitId" : "d023b891897cca217c3ebdc7e74a085a9ccad2c8",
        "timestamp" : 1588369428000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Declare p right away\u000a",
        "date" : "2020-05-01 14:43:48 -0700",
        "id" : "d023b891897cca217c3ebdc7e74a085a9ccad2c8",
        "msg" : "Declare p right away",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/mcMMO.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "a3612b6ae3aad884cf44684e573ec15793750f23",
        "timestamp" : 1588369617000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "2.1.127\u000a",
        "date" : "2020-05-01 14:46:57 -0700",
        "id" : "a3612b6ae3aad884cf44684e573ec15793750f23",
        "msg" : "2.1.127",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://popicraft.net/jenkins/user/gwonhj9751",
      "fullName" : "gwonhj9751"
    },
    {
      "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
      "fullName" : "nossr50"
    },
    {
      "absoluteUrl" : "https://popicraft.net/jenkins/user/noreply",
      "fullName" : "noreply"
    }
  ]
}