{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user mezz",
          "userId" : "mezz",
          "userName" : "mezz"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 22,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d12c33d26f4c25b4e377700fd4effeddcd3327cc",
            "branch" : [
              {
                "SHA1" : "d12c33d26f4c25b4e377700fd4effeddcd3327cc",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d12c33d26f4c25b4e377700fd4effeddcd3327cc",
            "branch" : [
              {
                "SHA1" : "d12c33d26f4c25b4e377700fd4effeddcd3327cc",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin/1.8.8" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 76,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "af11ce7832713e537d7d004cb6e16eb92b183084",
            "branch" : [
              {
                "SHA1" : "af11ce7832713e537d7d004cb6e16eb92b183084",
                "name" : "origin/1.8.8"
              }
            ]
          },
          "revision" : {
            "SHA1" : "af11ce7832713e537d7d004cb6e16eb92b183084",
            "branch" : [
              {
                "SHA1" : "af11ce7832713e537d7d004cb6e16eb92b183084",
                "name" : "origin/1.8.8"
              }
            ]
          }
        },
        "origin/1.8" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 2,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b31fb79394463b329a02f66d6062ba2746d61a1b",
            "branch" : [
              {
                "SHA1" : "b31fb79394463b329a02f66d6062ba2746d61a1b",
                "name" : "origin/1.8"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b31fb79394463b329a02f66d6062ba2746d61a1b",
            "branch" : [
              {
                "SHA1" : "b31fb79394463b329a02f66d6062ba2746d61a1b",
                "name" : "origin/1.8"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "af11ce7832713e537d7d004cb6e16eb92b183084",
        "branch" : [
          {
            "SHA1" : "af11ce7832713e537d7d004cb6e16eb92b183084",
            "name" : "origin/1.8.8"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/mezz/JustEnoughItems.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#76",
  "duration" : 34009,
  "estimatedDuration" : 30783,
  "executor" : None,
  "fullDisplayName" : "JustEnoughItems-MC1.11 #76",
  "id" : "76",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 76,
  "queueId" : 325,
  "result" : "SUCCESS",
  "timestamp" : 1452550895220,
  "url" : "https://dvs1.progwml6.com/jenkins/job/JustEnoughItems-MC1.11/76/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/NbtIgnoreList.java"
        ],
        "commitId" : "d7985c19afb1f4415b6fbae083b8c97fa25ab7e6",
        "timestamp" : 1452548261000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Add more API warnings for NbtIgnoreList\u000a",
        "date" : "2016-01-11 13:37:41 -0800",
        "id" : "d7985c19afb1f4415b6fbae083b8c97fa25ab7e6",
        "msg" : "Add more API warnings for NbtIgnoreList",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/NbtIgnoreList.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/JustEnoughItems.java"
        ],
        "commitId" : "fc6c7beab1c9b0d71a758c5121d34d5da81cc307",
        "timestamp" : 1452550844000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Avoid reloading when game stops\u000a",
        "date" : "2016-01-11 14:20:44 -0800",
        "id" : "fc6c7beab1c9b0d71a758c5121d34d5da81cc307",
        "msg" : "Avoid reloading when game stops",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/JustEnoughItems.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/ingredients/GuiItemStackFast.java",
          "src/main/java/mezz/jei/debug/DebugItem.java",
          "src/main/java/mezz/jei/gui/ingredients/GuiItemStackFastList.java"
        ],
        "commitId" : "af11ce7832713e537d7d004cb6e16eb92b183084",
        "timestamp" : 1452550868000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #101 Damage bars are missing from items in the item list\u000a",
        "date" : "2016-01-11 14:21:08 -0800",
        "id" : "af11ce7832713e537d7d004cb6e16eb92b183084",
        "msg" : "Fix #101 Damage bars are missing from items in the item list",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/ingredients/GuiItemStackFast.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/debug/DebugItem.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/ingredients/GuiItemStackFastList.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
      "fullName" : "mezz"
    }
  ]
}