{
  "_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" : 931,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "19bb390938d422fda2ad2b7d13281c11238aa304",
            "branch" : [
              {
                "SHA1" : "19bb390938d422fda2ad2b7d13281c11238aa304",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "19bb390938d422fda2ad2b7d13281c11238aa304",
            "branch" : [
              {
                "SHA1" : "19bb390938d422fda2ad2b7d13281c11238aa304",
                "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" : "19bb390938d422fda2ad2b7d13281c11238aa304",
        "branch" : [
          {
            "SHA1" : "19bb390938d422fda2ad2b7d13281c11238aa304",
            "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" : "#931",
  "duration" : 185093,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #931",
  "id" : "931",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 931,
  "queueId" : 28,
  "result" : "SUCCESS",
  "timestamp" : 1428867918674,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/TConstruct_1.8.9/931/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/smeltery/logic/LavaTankLogic.java",
          "src/main/java/tconstruct/smeltery/blocks/LavaTankBlock.java"
        ],
        "commitId" : "d37db87c2dcb8b60913d4468bca3cfa28b486099",
        "timestamp" : 1428860202000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Fix Tanks doing their stuff clientside #1535\u000aAs a side effect this change also fixes the tank-filling-animation and synchronizes it\u000a",
        "date" : "2015-04-12T19:36:42+0200",
        "id" : "d37db87c2dcb8b60913d4468bca3cfa28b486099",
        "msg" : "Fix Tanks doing their stuff clientside #1535",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/smeltery/blocks/LavaTankBlock.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/smeltery/logic/LavaTankLogic.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "build.properties",
          "src/main/java/tconstruct/TConstruct.java"
        ],
        "commitId" : "19bb390938d422fda2ad2b7d13281c11238aa304",
        "timestamp" : 1428860220000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Bump required version to Forge 1355 because of the fluid stuff\u000a",
        "date" : "2015-04-12T19:37:00+0200",
        "id" : "19bb390938d422fda2ad2b7d13281c11238aa304",
        "msg" : "Bump required version to Forge 1355 because of the fluid stuff",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.properties"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/TConstruct.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
      "fullName" : "bernhard.bonigl"
    }
  ]
}