{
  "_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" : 617,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "568ed099821eacb984a579abc8b8849a5b82f131",
            "branch" : [
              {
                "SHA1" : "568ed099821eacb984a579abc8b8849a5b82f131",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "568ed099821eacb984a579abc8b8849a5b82f131",
            "branch" : [
              {
                "SHA1" : "568ed099821eacb984a579abc8b8849a5b82f131",
                "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"
              }
            ]
          }
        },
        "origin/1.7" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 299,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
            "branch" : [
              {
                "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
                "name" : "origin/1.7"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
            "branch" : [
              {
                "SHA1" : "3d7c89225bbf3a5e24a6ffe290dcbd67cdec022e",
                "name" : "origin/1.7"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "568ed099821eacb984a579abc8b8849a5b82f131",
        "branch" : [
          {
            "SHA1" : "568ed099821eacb984a579abc8b8849a5b82f131",
            "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" : "#617",
  "duration" : 121372,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #617",
  "id" : "2014-09-01_17-55-13",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 617,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1409608513000,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/TConstruct_1.8.9/617/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/client/ToolCoreRenderer.java",
          "src/main/java/tconstruct/client/entity/projectile/DaggerRenderCustom.java"
        ],
        "commitId" : "0e07f2c4b9a5e2175c8039dbfc991e89c81971a3",
        "timestamp" : 1409497786000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Fix dagger rotation center and allow more flexibility for that stuff.\u000a",
        "date" : "2014-08-31T17:09:46+0200",
        "id" : "0e07f2c4b9a5e2175c8039dbfc991e89c81971a3",
        "msg" : "Fix dagger rotation center and allow more flexibility for that stuff.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/ToolCoreRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/entity/projectile/DaggerRenderCustom.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/world/entity/BlueSlime.java"
        ],
        "commitId" : "e632373f6223a6d4c3225f6ca17516bc3e3cef6f",
        "timestamp" : 1409500259000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Prevent King Slime Tool drops from crashing under weird circumstances.\u000a",
        "date" : "2014-08-31T17:50:59+0200",
        "id" : "e632373f6223a6d4c3225f6ca17516bc3e3cef6f",
        "msg" : "Prevent King Slime Tool drops from crashing under weird circumstances.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/world/entity/BlueSlime.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "resources/assets/tinker/lang/it_IT.lang",
          "resources/assets/tinker/lang/en_US.lang",
          "resources/assets/tinker/lang/cs_CZ.lang",
          "resources/assets/tinker/lang/en_PT.lang",
          "resources/assets/tinker/lang/ru_RU.lang",
          "resources/assets/tinker/lang/zh_CN.lang",
          "resources/assets/tinker/lang/de_DE.lang",
          "src/main/java/tconstruct/library/util/HarvestLevels.java",
          "src/main/java/tconstruct/tools/TinkerTools.java",
          "src/main/java/tconstruct/tools/gui/CraftingStationGui.java",
          "resources/assets/tinker/lang/ko_KR.lang"
        ],
        "commitId" : "6e9dea9bd80c88fb012c168b74c2f20a4306d747",
        "timestamp" : 1409595583000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Localization cleanup/fixes\u000a",
        "date" : "2014-09-01T20:19:43+0200",
        "id" : "6e9dea9bd80c88fb012c168b74c2f20a4306d747",
        "msg" : "Localization cleanup/fixes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/gui/CraftingStationGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/TinkerTools.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/en_PT.lang"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/ko_KR.lang"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/en_US.lang"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/ru_RU.lang"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/util/HarvestLevels.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/cs_CZ.lang"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/zh_CN.lang"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/de_DE.lang"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/it_IT.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/tools/ToolMaterial.java",
          "src/main/java/tconstruct/library/tools/ToolCore.java",
          "resources/assets/tinker/lang/en_US.lang",
          "src/main/java/tconstruct/library/TConstructRegistry.java",
          "src/main/java/tconstruct/tools/TinkerTools.java",
          "src/main/java/tconstruct/tools/gui/PartCrafterGui.java"
        ],
        "commitId" : "4c410e6de6e81407768b870d6c16bb66392e844f",
        "timestamp" : 1409596800000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Localize material names and move the display-prefix to language files\u000a",
        "date" : "2014-09-01T20:40:00+0200",
        "id" : "4c410e6de6e81407768b870d6c16bb66392e844f",
        "msg" : "Localize material names and move the display-prefix to language files",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/TConstructRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/ToolMaterial.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/en_US.lang"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/gui/PartCrafterGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/ToolCore.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/TinkerTools.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/tools/logic/ToolForgeLogic.java",
          "src/main/java/tconstruct/library/crafting/ToolBuilder.java",
          "src/main/java/tconstruct/tools/logic/ToolStationLogic.java"
        ],
        "commitId" : "8e5fa1118da17d4cae605c185a7ada4695fe8d66",
        "timestamp" : 1409598785000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Change default tool names to the same as the creative tool names, and still allow renaming. Also unify it for station and forge.\u000a",
        "date" : "2014-09-01T21:13:05+0200",
        "id" : "8e5fa1118da17d4cae605c185a7ada4695fe8d66",
        "msg" : "Change default tool names to the same as the creative tool names, and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/logic/ToolForgeLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/logic/ToolStationLogic.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/tools/logic/ToolStationLogic.java"
        ],
        "commitId" : "7356bf7c935bf10d2ad2e02466e612e5120abc7f",
        "timestamp" : 1409599256000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Refactor renaming\u000a",
        "date" : "2014-09-01T21:20:56+0200",
        "id" : "7356bf7c935bf10d2ad2e02466e612e5120abc7f",
        "msg" : "Refactor renaming",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/logic/ToolStationLogic.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/items/tools/Arrow.java",
          "src/main/java/tconstruct/world/entity/BlueSlime.java",
          "resources/assets/tinker/lang/en_US.lang",
          "src/main/java/tconstruct/library/crafting/ToolBuilder.java",
          "src/main/java/tconstruct/items/tools/Mattock.java",
          "src/main/java/tconstruct/items/tools/LumberAxe.java",
          "src/main/java/tconstruct/items/tools/BowBase.java",
          "src/main/java/tconstruct/library/tools/ToolCore.java",
          "src/main/java/tconstruct/tools/gui/ToolStationGui.java",
          "src/main/java/tconstruct/items/tools/FryingPan.java",
          "src/main/java/tconstruct/tools/gui/CraftingStationGui.java"
        ],
        "commitId" : "568ed099821eacb984a579abc8b8849a5b82f131",
        "timestamp" : 1409601124000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Localize tool names\u000a",
        "date" : "2014-09-01T21:52:04+0200",
        "id" : "568ed099821eacb984a579abc8b8849a5b82f131",
        "msg" : "Localize tool names",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Mattock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/Arrow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/gui/ToolStationGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/LumberAxe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/world/entity/BlueSlime.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/en_US.lang"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/BowBase.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/items/tools/FryingPan.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/gui/CraftingStationGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/ToolCore.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
      "fullName" : "bernhard.bonigl"
    }
  ]
}