{
  "_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" : {
        "origin/1.8.9" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 48,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "32eb289cc335e6add1060e30309e409df682b2d2",
            "branch" : [
              {
                "SHA1" : "32eb289cc335e6add1060e30309e409df682b2d2",
                "name" : "origin/1.8.9"
              }
            ]
          },
          "revision" : {
            "SHA1" : "32eb289cc335e6add1060e30309e409df682b2d2",
            "branch" : [
              {
                "SHA1" : "32eb289cc335e6add1060e30309e409df682b2d2",
                "name" : "origin/1.8.9"
              }
            ]
          }
        },
        "origin/1.10" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 66,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0092e94eb107dd81e9dc13f4d7762befbf820073",
            "branch" : [
              {
                "SHA1" : "0092e94eb107dd81e9dc13f4d7762befbf820073",
                "name" : "origin/1.10"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0092e94eb107dd81e9dc13f4d7762befbf820073",
            "branch" : [
              {
                "SHA1" : "0092e94eb107dd81e9dc13f4d7762befbf820073",
                "name" : "origin/1.10"
              }
            ]
          }
        },
        "origin/1.8rewrite" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 28,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "adb7ce340ff990c3838d3c90ebe42c79981295f3",
            "branch" : [
              {
                "SHA1" : "adb7ce340ff990c3838d3c90ebe42c79981295f3",
                "name" : "origin/1.8rewrite"
              }
            ]
          },
          "revision" : {
            "SHA1" : "adb7ce340ff990c3838d3c90ebe42c79981295f3",
            "branch" : [
              {
                "SHA1" : "adb7ce340ff990c3838d3c90ebe42c79981295f3",
                "name" : "origin/1.8rewrite"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0092e94eb107dd81e9dc13f4d7762befbf820073",
        "branch" : [
          {
            "SHA1" : "0092e94eb107dd81e9dc13f4d7762befbf820073",
            "name" : "origin/1.10"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/progwml6/Natura.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#66",
  "duration" : 170820,
  "estimatedDuration" : 188739,
  "executor" : None,
  "fullDisplayName" : "Natura 1.10.2 #66",
  "id" : "66",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 66,
  "queueId" : 6788,
  "result" : "SUCCESS",
  "timestamp" : 1474767608908,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/Natura%201.10.2/66/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/progwml6/natura/world/worldgen/trees/nether/DarkwoodTreeGenerator.java",
          "src/main/java/com/progwml6/natura/nether/block/logs/BlockNetherLog.java",
          "src/main/java/com/progwml6/natura/world/worldgen/trees/nether/FusewoodTreeGenerator.java",
          "src/main/java/com/progwml6/natura/nether/block/saplings/BlockNetherSapling.java",
          "src/main/java/com/progwml6/natura/nether/block/leaves/BlockNetherLeaves.java",
          "src/main/java/com/progwml6/natura/world/worldgen/trees/overworld/HopseedTreeGenerator.java",
          "src/main/java/com/progwml6/natura/overworld/block/leaves/BlockOverworldLeaves.java",
          "src/main/java/com/progwml6/natura/world/worldgen/trees/overworld/EucalyptusTreeGenerator.java",
          "src/main/java/com/progwml6/natura/world/worldgen/trees/overworld/OverworldTreeGenerator.java",
          "src/main/java/com/progwml6/natura/common/NaturaPulse.java",
          "src/main/java/com/progwml6/natura/common/NaturaOredict.java",
          "src/main/java/com/progwml6/natura/nether/block/leaves/BlockNetherLeaves2.java",
          "src/main/java/com/progwml6/natura/nether/NaturaNether.java",
          "src/main/java/com/progwml6/natura/world/worldgen/TreeGenerator.java",
          "src/main/java/com/progwml6/natura/world/worldgen/trees/overworld/WillowTreeGenerator.java",
          "src/main/java/com/progwml6/natura/overworld/NaturaOverworld.java",
          "src/main/java/com/progwml6/natura/world/worldgen/trees/nether/GhostwoodTreeGenerator.java",
          "src/main/java/com/progwml6/natura/shared/NaturaCommons.java",
          "src/main/java/com/progwml6/natura/Natura.java",
          "src/main/java/com/progwml6/natura/world/NaturaWorld.java",
          "src/main/java/com/progwml6/natura/common/config/Config.java",
          "src/main/java/com/progwml6/natura/world/worldgen/trees/overworld/SakuraTreeGenerator.java",
          "src/main/java/com/progwml6/natura/overworld/block/crops/BlockOverworldCrops.java"
        ],
        "commitId" : "0092e94eb107dd81e9dc13f4d7762befbf820073",
        "timestamp" : 1474767484000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/alexbegt",
          "fullName" : "alexbegt"
        },
        "authorEmail" : "traincrazyb@aol.com",
        "comment" : "Add the rest of the tree world gen classes, format classes and clean\u000athem up. Tree's will now generate in the world.\u000a",
        "date" : "2016-09-24 21:38:04 -0400",
        "id" : "0092e94eb107dd81e9dc13f4d7762befbf820073",
        "msg" : "Add the rest of the tree world gen classes, format classes and clean",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/main/java/com/progwml6/natura/world/worldgen/trees/nether/DarkwoodTreeGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/common/NaturaOredict.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/world/worldgen/trees/overworld/EucalyptusTreeGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/Natura.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/nether/block/leaves/BlockNetherLeaves2.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/overworld/block/leaves/BlockOverworldLeaves.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/overworld/NaturaOverworld.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/world/worldgen/trees/overworld/SakuraTreeGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/world/worldgen/trees/overworld/WillowTreeGenerator.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/com/progwml6/natura/world/worldgen/trees/nether/GhostwoodTreeGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/nether/block/logs/BlockNetherLog.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/nether/block/saplings/BlockNetherSapling.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/com/progwml6/natura/overworld/block/crops/BlockOverworldCrops.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/world/worldgen/trees/overworld/HopseedTreeGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/shared/NaturaCommons.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/world/NaturaWorld.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/com/progwml6/natura/world/worldgen/TreeGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/common/config/Config.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/nether/block/leaves/BlockNetherLeaves.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/world/worldgen/trees/overworld/OverworldTreeGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/nether/NaturaNether.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/progwml6/natura/common/NaturaPulse.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/com/progwml6/natura/world/worldgen/trees/nether/FusewoodTreeGenerator.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/alexbegt",
      "fullName" : "alexbegt"
    }
  ]
}