{
  "_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" : 854,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0972d78077d4290f578c54b99b24e98d6e2cf011",
            "branch" : [
              {
                "SHA1" : "0972d78077d4290f578c54b99b24e98d6e2cf011",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0972d78077d4290f578c54b99b24e98d6e2cf011",
            "branch" : [
              {
                "SHA1" : "0972d78077d4290f578c54b99b24e98d6e2cf011",
                "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" : "0972d78077d4290f578c54b99b24e98d6e2cf011",
        "branch" : [
          {
            "SHA1" : "0972d78077d4290f578c54b99b24e98d6e2cf011",
            "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" : "#854",
  "duration" : 119205,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #854",
  "id" : "2015-01-06_05-15-14",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 854,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1420539314000,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/TConstruct_1.8.9/854/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/api/java/exterminatorJeff/undergroundBiomes/api/UBAPIHook.java",
          "src/api/java/exterminatorJeff/undergroundBiomes/api/UBOreTexturizer.java",
          "resources/assets/tinker/textures/blocks/ore_aluminum_overlay.png",
          "src/main/java/tconstruct/TConstruct.java",
          "resources/assets/tinker/textures/blocks/ore_tin_overlay.png",
          "resources/assets/tinker/textures/blocks/ore_copper_overlay.png",
          "src/main/java/tconstruct/plugins/ubc/TinkerUBC.java"
        ],
        "commitId" : "0972d78077d4290f578c54b99b24e98d6e2cf011",
        "timestamp" : 1420535485000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Adds UndergroundBiomes Construct support\u000a",
        "date" : "2015-01-06T10:11:25+0100",
        "id" : "0972d78077d4290f578c54b99b24e98d6e2cf011",
        "msg" : "Adds UndergroundBiomes Construct support",
        "paths" : [
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/blocks/ore_tin_overlay.png"
          },
          {
            "editType" : "add",
            "file" : "src/api/java/exterminatorJeff/undergroundBiomes/api/UBOreTexturizer.java"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/blocks/ore_copper_overlay.png"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/tconstruct/plugins/ubc/TinkerUBC.java"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/tinker/textures/blocks/ore_aluminum_overlay.png"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/TConstruct.java"
          },
          {
            "editType" : "add",
            "file" : "src/api/java/exterminatorJeff/undergroundBiomes/api/UBAPIHook.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
      "fullName" : "bernhard.bonigl"
    }
  ]
}