{
  "_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" : 655,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ea52029236ae0710fd682d81693dc79085868562",
            "branch" : [
              {
                "SHA1" : "ea52029236ae0710fd682d81693dc79085868562",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ea52029236ae0710fd682d81693dc79085868562",
            "branch" : [
              {
                "SHA1" : "ea52029236ae0710fd682d81693dc79085868562",
                "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" : "ea52029236ae0710fd682d81693dc79085868562",
        "branch" : [
          {
            "SHA1" : "ea52029236ae0710fd682d81693dc79085868562",
            "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" : "#655",
  "duration" : 111046,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #655",
  "id" : "2014-09-16_19-20-10",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 655,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1410909610000,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/TConstruct_1.8.9/655/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/smeltery/logic/SmelteryLogic.java"
        ],
        "commitId" : "c3d72efc814472a3cd771d4e14df79d0db397642",
        "timestamp" : 1410872271000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "If we're sending smeltery updates like that already, we might as well also send the status. Client should always be synchronized now.\u000a",
        "date" : "2014-09-16T14:57:51+0200",
        "id" : "c3d72efc814472a3cd771d4e14df79d0db397642",
        "msg" : "If we're sending smeltery updates like that already, we might as well",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/smeltery/logic/SmelteryLogic.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/tools/HarvestTool.java"
        ],
        "commitId" : "da996301c46614eabc1bb36c3cd6e7d20c2ac5e1",
        "timestamp" : 1410878996000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Adjust block breaking code to use vanilla behaviour. Aoe-Tools currently don't work\u000a",
        "date" : "2014-09-16T16:49:56+0200",
        "id" : "da996301c46614eabc1bb36c3cd6e7d20c2ac5e1",
        "msg" : "Adjust block breaking code to use vanilla behaviour. Aoe-Tools currently",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/HarvestTool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/smeltery/logic/SmelteryLogic.java"
        ],
        "commitId" : "99cb5e857f74c94be8f507c75ef42732bdcb4a7d",
        "timestamp" : 1410896300000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Fix Smelteries evaporating liquids when doing alloys at full capacity. Also small fix for fuel displays not working sometimes.\u000a",
        "date" : "2014-09-16T21:38:20+0200",
        "id" : "99cb5e857f74c94be8f507c75ef42732bdcb4a7d",
        "msg" : "Fix Smelteries evaporating liquids when doing alloys at full capacity.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/smeltery/logic/SmelteryLogic.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/library/tools/HarvestTool.java"
        ],
        "commitId" : "218f2827869e2e5a5c4d881eabb2e3c45653e098",
        "timestamp" : 1410896874000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Throw custom block breaking code overboard since the forge code can handle it quite well nowadays. No change to AOE-Tools yet.\u000a",
        "date" : "2014-09-16T21:47:54+0200",
        "id" : "218f2827869e2e5a5c4d881eabb2e3c45653e098",
        "msg" : "Throw custom block breaking code overboard since the forge code can",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/library/tools/HarvestTool.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/smeltery/logic/SmelteryLogic.java"
        ],
        "commitId" : "ea52029236ae0710fd682d81693dc79085868562",
        "timestamp" : 1410899096000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Fix startup crash of smeltery\u000a",
        "date" : "2014-09-16T22:24:56+0200",
        "id" : "ea52029236ae0710fd682d81693dc79085868562",
        "msg" : "Fix startup crash of smeltery",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/smeltery/logic/SmelteryLogic.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
      "fullName" : "bernhard.bonigl"
    }
  ]
}