{
  "_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/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 122,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f31e0cd2e51f3ce3578c34ce0079057c94a0f3aa",
            "branch" : [
              {
                "SHA1" : "f31e0cd2e51f3ce3578c34ce0079057c94a0f3aa",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f31e0cd2e51f3ce3578c34ce0079057c94a0f3aa",
            "branch" : [
              {
                "SHA1" : "f31e0cd2e51f3ce3578c34ce0079057c94a0f3aa",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/gradle" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 113,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
            "branch" : [
              {
                "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
                "name" : "origin/gradle"
              }
            ]
          },
          "revision" : {
            "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
            "branch" : [
              {
                "SHA1" : "04cc69b042305e85d9a8d35d7db86cd7e1512237",
                "name" : "origin/gradle"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f31e0cd2e51f3ce3578c34ce0079057c94a0f3aa",
        "branch" : [
          {
            "SHA1" : "f31e0cd2e51f3ce3578c34ce0079057c94a0f3aa",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/SlimeKnights/TinkersConstruct.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#122",
  "duration" : 149739,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #122",
  "id" : "2013-11-29_23-25-31",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 122,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1385785531000,
  "url" : "https://dvs1.progwml6.com/jenkins/job/TConstruct_1.8.9/122/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/client/TProxyClient.java.orig",
          "src/main/java/tconstruct/worldgen/SlimeIslandGen.java",
          "src/main/java/tconstruct/items/blocks/OreberryBushItem.java",
          "src/main/java/tconstruct/worldgen/TBaseWorldGenerator.java",
          "src/main/java/tconstruct/items/tools/Scythe.java",
          "src/main/java/tconstruct/blocks/component/SmelteryScan.java",
          "src/main/java/tconstruct/items/blocks/OreberryBushSecondItem.java",
          "src/main/java/tconstruct/entity/BlueSlime.java",
          "src/main/java/tconstruct/blocks/SoilSlab.java",
          "src/main/java/tconstruct/items/tools/Mattock.java",
          "src/main/java/tconstruct/common/TContent.java",
          "src/main/java/tconstruct/items/tools/Chisel.java",
          "src/main/java/tconstruct/items/CraftingItem.java",
          "src/main/java/tconstruct/util/config/AEImcHandler.java",
          "src/main/java/tconstruct/items/tools/Dagger.java",
          "src/main/java/tconstruct/items/tools/BattleSign.java",
          "src/main/java/tconstruct/client/TClientTickHandler.java",
          "src/main/java/tconstruct/client/TProxyClient.java",
          "src/main/java/tconstruct/items/tools/Battleaxe.java",
          "src/main/java/tconstruct/client/block/SlimePadRender.java",
          "src/main/java/tconstruct/client/tabs/InventoryTabKnapsack.java",
          "src/main/java/tconstruct/blocks/logic/AdaptiveSmelteryLogic.java",
          "src/main/java/tconstruct/blocks/slime/SlimeSapling.java",
          "src/main/java/tconstruct/worldgen/TerrainGenEventHandler.java",
          "src/main/java/tconstruct/common/TRepo.java",
          "src/main/java/tconstruct/util/TCraftingHandler.java",
          "src/main/java/tconstruct/library/crafting/FluidType.java",
          "src/main/java/tconstruct/modifiers/TActiveOmniMod.java",
          "src/main/java/tconstruct/worldgen/village/ComponentToolWorkshop.java",
          "src/main/java/tconstruct/items/tools/Excavator.java",
          "src/main/java/tconstruct/util/player/ArmorExtended.java",
          "src/main/java/tconstruct/blocks/OreberryBush.java",
          "src/main/java/tconstruct/items/tools/Cutlass.java",
          "src/main/java/tconstruct/items/tools/Arrow.java",
          "src/main/java/tconstruct/client/entity/item/ExplosiveRender.java",
          "src/main/java/tconstruct/worldgen/village/ComponentSmeltery.java",
          "src/main/java/tconstruct/items/tools/Rapier.java",
          "src/main/java/tconstruct/TConstruct.java",
          "src/main/java/tconstruct/items/tools/LumberAxe.java",
          "src/main/java/tconstruct/blocks/ToolStationBlock.java",
          "src/main/java/tconstruct/blocks/SearedSlab.java",
          "src/main/java/tconstruct/items/blocks/ItemBlockLandmine.java",
          "src/main/java/tconstruct/items/FilledBucket.java",
          "src/main/java/tconstruct/client/gui/StencilTableGui.java",
          "src/main/java/tconstruct/items/tools/Hatchet.java",
          "src/main/java/tconstruct/items/tools/Cleaver.java",
          "src/main/java/tconstruct/util/player/TPlayerHandler.java",
          "src/main/java/tconstruct/blocks/logic/SmelteryLogic.java",
          "src/main/java/tconstruct/blocks/CraftingSlab.java",
          "src/main/java/tconstruct/TConstruct.java.orig",
          "src/main/java/tconstruct/items/tools/BowBase.java",
          "src/main/java/tconstruct/client/TClientEvents.java",
          "src/main/java/tconstruct/items/tools/Pickaxe.java",
          "src/main/java/tconstruct/items/tools/Shovel.java",
          "src/main/java/tconstruct/items/tools/FryingPan.java",
          "src/main/java/tconstruct/blocks/SlimePad.java",
          "src/main/java/tconstruct/util/TEventHandler.java",
          "src/main/java/tconstruct/items/tools/Shortbow.java",
          "src/main/java/tconstruct/util/config/BCImcHandler.java",
          "src/main/java/tconstruct/worldgen/village/TVillageTrades.java",
          "src/main/java/tconstruct/common/TContent.java.orig",
          "src/main/java/tconstruct/blocks/LiquidMetalFinite.java",
          "src/main/java/tconstruct/worldgen/SlimeTreeGen.java",
          "src/main/java/tconstruct/client/block/SearedRender.java",
          "src/main/java/tconstruct/items/tools/Broadsword.java",
          "src/main/java/tconstruct/common/TRecipes.java",
          "src/main/java/tconstruct/util/config/MystImcHandler.java",
          "src/main/java/tconstruct/items/tools/Hammer.java",
          "src/main/java/tconstruct/blocks/slime/SlimeLeaves.java",
          "src/main/java/tconstruct/items/blocks/SlimeTallGrassItem.java",
          "src/main/java/tconstruct/blocks/SpeedSlab.java",
          "src/main/java/tconstruct/blocks/ToolForgeBlock.java",
          "src/main/java/tconstruct/blocks/logic/StencilTableLogic.java",
          "src/main/java/tconstruct/blocks/slime/SlimeGrass.java",
          "src/main/java/tconstruct/items/tools/Longsword.java",
          "src/main/java/tconstruct/blocks/traps/Punji.java",
          "src/main/java/tconstruct/common/TProxyCommon.java"
        ],
        "commitId" : "1a74c0768fddbb12d0384decd490daa49997676c",
        "timestamp" : 1385802992000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "TContent refactor Part 1\u000a",
        "date" : "2013-11-30T04:16:32-0500",
        "id" : "1a74c0768fddbb12d0384decd490daa49997676c",
        "msg" : "TContent refactor Part 1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Longsword.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/player/TPlayerHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/TerrainGenEventHandler.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/tconstruct/TConstruct.java.orig"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/ToolStationBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/StencilTableLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/SmelteryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/TEventHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Cutlass.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/LiquidMetalFinite.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/SlimeTreeGen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/TProxyClient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/TClientEvents.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/tabs/InventoryTabKnapsack.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/SearedRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/TCraftingHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/blocks/OreberryBushItem.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Hatchet.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/player/ArmorExtended.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/village/TVillageTrades.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Dagger.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/CraftingItem.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Arrow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Pickaxe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/SlimeIslandGen.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/FluidType.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/tconstruct/util/config/MystImcHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Hammer.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/tconstruct/util/config/BCImcHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/ToolForgeBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Excavator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Rapier.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/blocks/ItemBlockLandmine.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Shovel.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Chisel.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/tconstruct/common/TRecipes.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/TConstruct.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/blocks/OreberryBushSecondItem.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/FilledBucket.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/tconstruct/client/TProxyClient.java.orig"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/item/ExplosiveRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Mattock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/BattleSign.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/village/ComponentSmeltery.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/slime/SlimeSapling.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/StencilTableGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Shortbow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/slime/SlimeLeaves.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Scythe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/slime/SlimeGrass.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/OreberryBush.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Cleaver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/CraftingSlab.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/block/SlimePadRender.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/TClientTickHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/traps/Punji.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/tconstruct/util/config/AEImcHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/blocks/SlimeTallGrassItem.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/logic/AdaptiveSmelteryLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/entity/BlueSlime.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/FryingPan.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/common/TProxyCommon.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Battleaxe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/village/ComponentToolWorkshop.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/tconstruct/common/TContent.java.orig"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/tconstruct/common/TRepo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/SearedSlab.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/SpeedSlab.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Broadsword.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/SoilSlab.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/component/SmelteryScan.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/common/TContent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/modifiers/TActiveOmniMod.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/blocks/SlimePad.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/worldgen/TBaseWorldGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/BowBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/LumberAxe.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/plugins/minefactoryreloaded/mfrRegistering.java",
          "src/main/java/tconstruct/plugins/fmp/ForgeMultiPart.java",
          "src/main/java/tconstruct/plugins/minefactoryreloaded/harvestables/GrindableHorse.java",
          "src/main/java/tconstruct/plugins/buildcraft/BuildcraftTransport.java",
          "src/main/java/tconstruct/plugins/thaumcraft/Thaumcraft.java"
        ],
        "commitId" : "f31e0cd2e51f3ce3578c34ce0079057c94a0f3aa",
        "timestamp" : 1385803179000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
          "fullName" : "progwml6"
        },
        "authorEmail" : "progwml6@gmail.com",
        "comment" : "part 1A\u000a",
        "date" : "2013-11-30T04:19:39-0500",
        "id" : "f31e0cd2e51f3ce3578c34ce0079057c94a0f3aa",
        "msg" : "part 1A",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/plugins/buildcraft/BuildcraftTransport.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/plugins/minefactoryreloaded/harvestables/GrindableHorse.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/plugins/fmp/ForgeMultiPart.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/plugins/minefactoryreloaded/mfrRegistering.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/plugins/thaumcraft/Thaumcraft.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/progwml6",
      "fullName" : "progwml6"
    }
  ]
}