{
  "_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" : 587,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "816f3efb51734f3d73a2e3de58407c9ff9d6a052",
            "branch" : [
              {
                "SHA1" : "816f3efb51734f3d73a2e3de58407c9ff9d6a052",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "816f3efb51734f3d73a2e3de58407c9ff9d6a052",
            "branch" : [
              {
                "SHA1" : "816f3efb51734f3d73a2e3de58407c9ff9d6a052",
                "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" : "816f3efb51734f3d73a2e3de58407c9ff9d6a052",
        "branch" : [
          {
            "SHA1" : "816f3efb51734f3d73a2e3de58407c9ff9d6a052",
            "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" : "#587",
  "duration" : 70654,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #587",
  "id" : "2014-08-16_06-26-44",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 587,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1408184804000,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/TConstruct_1.8.9/587/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/smeltery/logic/CastingTableLogic.java"
        ],
        "commitId" : "79335d6250e467e75bd8761e1bc4cc526c266f93",
        "timestamp" : 1408089222000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "When creating a cast, move it to input slot for direct use.\u000a",
        "date" : "2014-08-15T09:53:42+0200",
        "id" : "79335d6250e467e75bd8761e1bc4cc526c266f93",
        "msg" : "When creating a cast, move it to input slot for direct use.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/smeltery/logic/CastingTableLogic.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/crafting/ToolBuilder.java",
          "src/main/java/tconstruct/library/event/ToolBuildEvent.java"
        ],
        "commitId" : "e786518807bee3d801a739896b7635c288363665",
        "timestamp" : 1408093400000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Add a ToolBuildEvent that is called at the start of the tool building process. Allows to replace parts used for building with other parts.\u000a",
        "date" : "2014-08-15T11:03:20+0200",
        "id" : "e786518807bee3d801a739896b7635c288363665",
        "msg" : "Add a ToolBuildEvent that is called at the start of the tool building",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/tconstruct/library/event/ToolBuildEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/tools/TinkerToolEvents.java",
          "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
        ],
        "commitId" : "0b7a8f6b22af1e18fffd680f3a6b7a12e2590a50",
        "timestamp" : 1408093443000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Replace the hardcoded stick/bone handle with an oredicted variant using the ToolBuildEvent\u000a",
        "date" : "2014-08-15T11:04:03+0200",
        "id" : "0b7a8f6b22af1e18fffd680f3a6b7a12e2590a50",
        "msg" : "Replace the hardcoded stick/bone handle with an oredicted variant using",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/TinkerToolEvents.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/crafting/ToolBuilder.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/tools/items/ToolPart.java"
        ],
        "commitId" : "253638ebb4b2c9d6233c19ca3ebec5f859569f20",
        "timestamp" : 1408177213000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Make tool parts less restrictive when it comes to materials. Re-enables native support for externally added material parts (like ExtraTiC)\u000a",
        "date" : "2014-08-16T10:20:13+0200",
        "id" : "253638ebb4b2c9d6233c19ca3ebec5f859569f20",
        "msg" : "Make tool parts less restrictive when it comes to materials. Re-enables",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/items/ToolPart.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
      "fullName" : "bernhard.bonigl"
    }
  ]
}