{
  "_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" : 972,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9277180b5d46cec66c9ca43a7cd4d71e0aab4fc8",
            "branch" : [
              {
                "SHA1" : "9277180b5d46cec66c9ca43a7cd4d71e0aab4fc8",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9277180b5d46cec66c9ca43a7cd4d71e0aab4fc8",
            "branch" : [
              {
                "SHA1" : "9277180b5d46cec66c9ca43a7cd4d71e0aab4fc8",
                "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" : "9277180b5d46cec66c9ca43a7cd4d71e0aab4fc8",
        "branch" : [
          {
            "SHA1" : "9277180b5d46cec66c9ca43a7cd4d71e0aab4fc8",
            "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" : "#972",
  "duration" : 128909,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #972",
  "id" : "972",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 972,
  "queueId" : 21,
  "result" : "SUCCESS",
  "timestamp" : 1438974365224,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/TConstruct_1.8.9/972/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/plugins/imc/TinkerMystcraft.java"
        ],
        "commitId" : "252662852e4bf7fec4a922e97f6b9acd8a92e0cc",
        "timestamp" : 1437131769000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Add Enderium to mystcraft blacklist\u000a",
        "date" : "2015-07-17T13:16:09+0200",
        "id" : "252662852e4bf7fec4a922e97f6b9acd8a92e0cc",
        "msg" : "Add Enderium to mystcraft blacklist",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/plugins/imc/TinkerMystcraft.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/plugins/nei/CraftingStationOverlayHandler.java",
          "src/main/java/tconstruct/tools/inventory/CraftingStationContainer.java"
        ],
        "commitId" : "9522da6889b24fb78fcb6ebe1de5e316ff416686",
        "timestamp" : 1438965802000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "NEI ? now works with crafting stations with chest and also pulls items out of the chest\u000a",
        "date" : "2015-08-07T18:43:22+0200",
        "id" : "9522da6889b24fb78fcb6ebe1de5e316ff416686",
        "msg" : "NEI ? now works with crafting stations with chest and also pulls items",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/plugins/nei/CraftingStationOverlayHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/tools/inventory/CraftingStationContainer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/weaponry/TinkerWeaponry.java"
        ],
        "commitId" : "9277180b5d46cec66c9ca43a7cd4d71e0aab4fc8",
        "timestamp" : 1438966971000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
          "fullName" : "bernhard.bonigl"
        },
        "authorEmail" : "bernhard.bonigl@gmail.com",
        "comment" : "Add melting for weaponry stone parts.\u000aClosing #1712\u000a",
        "date" : "2015-08-07T19:02:51+0200",
        "id" : "9277180b5d46cec66c9ca43a7cd4d71e0aab4fc8",
        "msg" : "Add melting for weaponry stone parts.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/weaponry/TinkerWeaponry.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/bernhard.bonigl",
      "fullName" : "bernhard.bonigl"
    }
  ]
}