{
  "_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" : 495,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c27f1932bcc3f2e21165b91143e6ca78ed67bd8b",
            "branch" : [
              {
                "SHA1" : "c27f1932bcc3f2e21165b91143e6ca78ed67bd8b",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c27f1932bcc3f2e21165b91143e6ca78ed67bd8b",
            "branch" : [
              {
                "SHA1" : "c27f1932bcc3f2e21165b91143e6ca78ed67bd8b",
                "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" : "c27f1932bcc3f2e21165b91143e6ca78ed67bd8b",
        "branch" : [
          {
            "SHA1" : "c27f1932bcc3f2e21165b91143e6ca78ed67bd8b",
            "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" : "#495",
  "duration" : 283891,
  "estimatedDuration" : 123813,
  "executor" : None,
  "fullDisplayName" : "TConstruct_1.8.9 #495",
  "id" : "2014-05-31_11-41-12",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 495,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1401550872000,
  "url" : "https://dvs1.progwml6.com/jenkins/view/all/job/TConstruct_1.8.9/495/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/client/gui/ToolForgeGui.java",
          "src/main/java/tconstruct/client/gui/ToolStationGui.java",
          "src/main/java/tconstruct/inventory/ToolForgeContainer.java",
          "src/main/java/tconstruct/inventory/ToolStationContainer.java"
        ],
        "commitId" : "fc2fdff25b1a7ca42ec042f013be5817208b2e99",
        "timestamp" : 1400097124000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/anderson.jonathonm",
          "fullName" : "anderson.jonathonm"
        },
        "authorEmail" : "anderson.jonathonm@gmail.com",
        "comment" : "Fix the Tool Forge Gui!\u000a",
        "date" : "2014-05-14T14:52:04-0500",
        "id" : "fc2fdff25b1a7ca42ec042f013be5817208b2e99",
        "msg" : "Fix the Tool Forge Gui!",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/ToolForgeContainer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/inventory/ToolStationContainer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/ToolStationGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/ToolForgeGui.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/client/tabs/TabRegistry.java",
          "src/main/java/tconstruct/client/gui/ArmorExtendedGui.java",
          "resources/TConstruct_at.cfg",
          "src/main/java/tconstruct/client/gui/KnapsackGui.java"
        ],
        "commitId" : "625f42f05cfc762ce3b173630a50d7d6c3fb2089",
        "timestamp" : 1400260965000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/anderson.jonathonm",
          "fullName" : "anderson.jonathonm"
        },
        "authorEmail" : "anderson.jonathonm@gmail.com",
        "comment" : "Fix them tabs!\u000a",
        "date" : "2014-05-16T12:22:45-0500",
        "id" : "625f42f05cfc762ce3b173630a50d7d6c3fb2089",
        "msg" : "Fix them tabs!",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/ArmorExtendedGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/tabs/TabRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/client/gui/KnapsackGui.java"
          },
          {
            "editType" : "edit",
            "file" : "resources/TConstruct_at.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "resources/assets/tinker/lang/it_IT.lang"
        ],
        "commitId" : "dfe3ad11f64b80d052fd396f37b1d43f8510c093",
        "timestamp" : 1400494255000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/thevikingwarrior98",
          "fullName" : "thevikingwarrior98"
        },
        "authorEmail" : "thevikingwarrior98@gmail.com",
        "comment" : "Update it_IT.lang\u000a",
        "date" : "2014-05-19T12:10:55+0200",
        "id" : "dfe3ad11f64b80d052fd396f37b1d43f8510c093",
        "msg" : "Update it_IT.lang",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/it_IT.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "resources/assets/tinker/lang/ru_RU.lang"
        ],
        "commitId" : "0b3e212a60b6a06498019cf5b496a430bdf32bc3",
        "timestamp" : 1400836414000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/verybigbro",
          "fullName" : "verybigbro"
        },
        "authorEmail" : "verybigbro@gmail.com",
        "comment" : "Update ru_RU.lang\u000a",
        "date" : "2014-05-23T13:13:34+0400",
        "id" : "0b3e212a60b6a06498019cf5b496a430bdf32bc3",
        "msg" : "Update ru_RU.lang",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/ru_RU.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "resources/assets/tinker/lang/ru_RU.lang"
        ],
        "commitId" : "03c06bc71b82ec250c1f838b694d0e31caa2b579",
        "timestamp" : 1400837393000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/verybigbro",
          "fullName" : "verybigbro"
        },
        "authorEmail" : "verybigbro@gmail.com",
        "comment" : "Update ru_RU.lang\u000a",
        "date" : "2014-05-23T13:29:53+0400",
        "id" : "03c06bc71b82ec250c1f838b694d0e31caa2b579",
        "msg" : "Update ru_RU.lang",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "resources/assets/tinker/lang/ru_RU.lang"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/tconstruct/util/TEventHandler.java"
        ],
        "commitId" : "b8ab91532da95800af83d0954d0083af91e8fe05",
        "timestamp" : 1401260250000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/coderpuppy",
          "fullName" : "CoderPuppy"
        },
        "authorEmail" : "CoderPuppy@users.noreply.github.com",
        "comment" : "Fix the battlesign crashing\u000a\u000awhen blocking a DamageSource with no entity\u000a",
        "date" : "2014-05-28T02:57:30-0400",
        "id" : "b8ab91532da95800af83d0954d0083af91e8fe05",
        "msg" : "Fix the battlesign crashing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/tconstruct/util/TEventHandler.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/thevikingwarrior98",
      "fullName" : "thevikingwarrior98"
    },
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/coderpuppy",
      "fullName" : "CoderPuppy"
    },
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/anderson.jonathonm",
      "fullName" : "anderson.jonathonm"
    },
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/verybigbro",
      "fullName" : "verybigbro"
    }
  ]
}