{
  "_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" : 155,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d3765effe086fad7a3ae57e2d156883062785b4a",
            "branch" : [
              {
                "SHA1" : "d3765effe086fad7a3ae57e2d156883062785b4a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d3765effe086fad7a3ae57e2d156883062785b4a",
            "branch" : [
              {
                "SHA1" : "d3765effe086fad7a3ae57e2d156883062785b4a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d3765effe086fad7a3ae57e2d156883062785b4a",
        "branch" : [
          {
            "SHA1" : "d3765effe086fad7a3ae57e2d156883062785b4a",
            "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" : "#155",
  "duration" : 55435,
  "estimatedDuration" : 83019,
  "executor" : None,
  "fullDisplayName" : "mcMMO-java8 mc 1.16 and older #155",
  "id" : "155",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 155,
  "queueId" : 3199,
  "result" : "SUCCESS",
  "timestamp" : 1548080400209,
  "url" : "https://popicraft.net/jenkins/view/all/job/mcMMO-java8%20mc%201.16%20and%20older/155/",
  "builtOn" : "Builder",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/util/sounds/SoundManager.java",
          "src/main/resources/sounds.yml",
          "src/main/java/com/gmail/nossr50/config/SoundConfig.java"
        ],
        "commitId" : "b42b4cadbe997efdbea880435a211c6560f4286c",
        "timestamp" : 1548077028000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "You can now turn off sound effects used by mcMMO\u000a",
        "date" : "2019-01-21 05:23:48 -0800",
        "id" : "b42b4cadbe997efdbea880435a211c6560f4286c",
        "msg" : "You can now turn off sound effects used by mcMMO",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/util/sounds/SoundManager.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/config/SoundConfig.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/resources/sounds.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/locale/locale_en_US.properties",
          "src/main/java/com/gmail/nossr50/commands/skills/MmoInfoCommand.java",
          "src/main/java/com/gmail/nossr50/util/TextComponentFactory.java"
        ],
        "commitId" : "f8b7d5e10de5d6902b09a49ef3bb944a987f3396",
        "timestamp" : 1548078118000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "mmoinfo command now links to the official wiki\u000a",
        "date" : "2019-01-21 05:41:58 -0800",
        "id" : "f8b7d5e10de5d6902b09a49ef3bb944a987f3396",
        "msg" : "mmoinfo command now links to the official wiki",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/locale/locale_en_US.properties"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/commands/skills/MmoInfoCommand.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/util/TextComponentFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/gmail/nossr50/commands/skills/SkillCommand.java",
          "src/main/java/com/gmail/nossr50/config/AdvancedConfig.java",
          "src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java",
          "src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java",
          "src/main/resources/advanced.yml",
          "Changelog.txt"
        ],
        "commitId" : "6c77017658b8220d2a196b699c687cac40782ae9",
        "timestamp" : 1548079026000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Ability lengths now have a default skill cap at which they stop\u000aincreasing in length, you can change this in advanced.yml\u000a",
        "date" : "2019-01-21 05:57:06 -0800",
        "id" : "6c77017658b8220d2a196b699c687cac40782ae9",
        "msg" : "Ability lengths now have a default skill cap at which they stop",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/util/skills/SkillUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/resources/advanced.yml"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/datatypes/player/McMMOPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "Changelog.txt"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/config/AdvancedConfig.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/gmail/nossr50/commands/skills/SkillCommand.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/resources/locale/locale_en_US.properties"
        ],
        "commitId" : "d3765effe086fad7a3ae57e2d156883062785b4a",
        "timestamp" : 1548079768000,
        "author" : {
          "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
          "fullName" : "nossr50"
        },
        "authorEmail" : "nossr50@gmail.com",
        "comment" : "Adding some missing color to party commands\u000a",
        "date" : "2019-01-21 06:09:28 -0800",
        "id" : "d3765effe086fad7a3ae57e2d156883062785b4a",
        "msg" : "Adding some missing color to party commands",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/resources/locale/locale_en_US.properties"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://popicraft.net/jenkins/user/nossr50",
      "fullName" : "nossr50"
    }
  ]
}