{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by mezz"
        }
      ]
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/mc-1.10" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 382,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "736dd1cbb4a3c8b042a8f557305480c114e38b43",
            "branch" : [
              {
                "SHA1" : "736dd1cbb4a3c8b042a8f557305480c114e38b43",
                "name" : "refs/remotes/origin/mc-1.10"
              }
            ]
          },
          "revision" : {
            "SHA1" : "736dd1cbb4a3c8b042a8f557305480c114e38b43",
            "branch" : [
              {
                "SHA1" : "736dd1cbb4a3c8b042a8f557305480c114e38b43",
                "name" : "refs/remotes/origin/mc-1.10"
              }
            ]
          }
        },
        "refs/remotes/origin/mc-1.9.4" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 170,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "645dba903d197171046017fc98967c89dfbc51c6",
            "branch" : [
              {
                "SHA1" : "645dba903d197171046017fc98967c89dfbc51c6",
                "name" : "refs/remotes/origin/mc-1.9.4"
              }
            ]
          },
          "revision" : {
            "SHA1" : "645dba903d197171046017fc98967c89dfbc51c6",
            "branch" : [
              {
                "SHA1" : "645dba903d197171046017fc98967c89dfbc51c6",
                "name" : "refs/remotes/origin/mc-1.9.4"
              }
            ]
          }
        },
        "refs/remotes/origin/mc-1.9" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 91,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8f836ef0d24a1695d5b33f5242e11d81cb409b79",
            "branch" : [
              {
                "SHA1" : "8f836ef0d24a1695d5b33f5242e11d81cb409b79",
                "name" : "refs/remotes/origin/mc-1.9"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8f836ef0d24a1695d5b33f5242e11d81cb409b79",
            "branch" : [
              {
                "SHA1" : "8f836ef0d24a1695d5b33f5242e11d81cb409b79",
                "name" : "refs/remotes/origin/mc-1.9"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "736dd1cbb4a3c8b042a8f557305480c114e38b43",
        "branch" : [
          {
            "SHA1" : "736dd1cbb4a3c8b042a8f557305480c114e38b43",
            "name" : "refs/remotes/origin/mc-1.10"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/ForestryMC/ForestryMC.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "forestry_1.10.2-5.2.17.382-api.jar",
      "fileName" : "forestry_1.10.2-5.2.17.382-api.jar",
      "relativePath" : "build/libs/forestry_1.10.2-5.2.17.382-api.jar"
    },
    {
      "displayPath" : "forestry_1.10.2-5.2.17.382-sources.jar",
      "fileName" : "forestry_1.10.2-5.2.17.382-sources.jar",
      "relativePath" : "build/libs/forestry_1.10.2-5.2.17.382-sources.jar"
    },
    {
      "displayPath" : "forestry_1.10.2-5.2.17.382.jar",
      "fileName" : "forestry_1.10.2-5.2.17.382.jar",
      "relativePath" : "build/libs/forestry_1.10.2-5.2.17.382.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#382",
  "duration" : 252927,
  "estimatedDuration" : 401189,
  "executor" : None,
  "fullDisplayName" : "Forestry_5 #382",
  "id" : "382",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 382,
  "queueId" : 87,
  "result" : "SUCCESS",
  "timestamp" : 1501046273005,
  "url" : "http://jenkins.ic2.player.to/job/Forestry_5/382/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/forestry/factory/PluginFactory.java",
          "src/main/java/forestry/plugins/compat/PluginExtraUtilities.java",
          "src/main/java/forestry/farming/logic/FarmableVanillaSapling.java",
          "src/main/java/forestry/core/circuits/Circuit.java",
          "src/main/java/forestry/plugins/compat/PluginBiomesOPlenty.java",
          "src/main/java/forestry/plugins/compat/PluginIC2.java",
          "src/main/java/forestry/plugins/compat/PluginNatura.java",
          "src/main/java/forestry/Forestry.java",
          "src/main/java/forestry/farming/logic/FarmLogicExU.java",
          "src/main/java/forestry/farming/logic/FarmableSapling.java",
          "src/main/java/forestry/core/items/EnumElectronTube.java",
          "src/main/java/forestry/farming/logic/FarmLogicEnder.java",
          "lang",
          "src/main/java/forestry/core/config/Config.java"
        ],
        "commitId" : "736dd1cbb4a3c8b042a8f557305480c114e38b43",
        "timestamp" : 1501046258000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "[1.10] Fixes for IC², ExtraUtilities and BiomesOPlenty plugins (#1757)\u000a",
        "date" : "2017-07-25 22:17:38 -0700",
        "id" : "736dd1cbb4a3c8b042a8f557305480c114e38b43",
        "msg" : "[1.10] Fixes for IC², ExtraUtilities and BiomesOPlenty plugins (#1757)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/forestry/plugins/compat/PluginExtraUtilities.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/forestry/plugins/compat/PluginBiomesOPlenty.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/forestry/plugins/compat/PluginIC2.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/forestry/farming/logic/FarmLogicExU.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/forestry/factory/PluginFactory.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/forestry/farming/logic/FarmLogicEnder.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/forestry/farming/logic/FarmableSapling.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/forestry/farming/logic/FarmableVanillaSapling.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/forestry/plugins/compat/PluginNatura.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/forestry/Forestry.java"
          },
          {
            "editType" : "edit",
            "file" : "lang"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/forestry/core/items/EnumElectronTube.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/forestry/core/config/Config.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/forestry/core/circuits/Circuit.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://jenkins.ic2.player.to/user/mezz",
      "fullName" : "mezz"
    }
  ]
}