{
  "_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/1.9" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 211,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ab8bb32e7d9407161b3bceb0b89f0c424c736abd",
            "branch" : [
              {
                "SHA1" : "ab8bb32e7d9407161b3bceb0b89f0c424c736abd",
                "name" : "origin/1.9"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ab8bb32e7d9407161b3bceb0b89f0c424c736abd",
            "branch" : [
              {
                "SHA1" : "ab8bb32e7d9407161b3bceb0b89f0c424c736abd",
                "name" : "origin/1.9"
              }
            ]
          }
        },
        "origin/1.8" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 155,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d00e44a7d62b729ecb80fd6ba06a00856d78263c",
            "branch" : [
              {
                "SHA1" : "d00e44a7d62b729ecb80fd6ba06a00856d78263c",
                "name" : "origin/1.8"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d00e44a7d62b729ecb80fd6ba06a00856d78263c",
            "branch" : [
              {
                "SHA1" : "d00e44a7d62b729ecb80fd6ba06a00856d78263c",
                "name" : "origin/1.8"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ab8bb32e7d9407161b3bceb0b89f0c424c736abd",
        "branch" : [
          {
            "SHA1" : "ab8bb32e7d9407161b3bceb0b89f0c424c736abd",
            "name" : "origin/1.9"
          }
        ]
      },
      "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" : "#211",
  "duration" : 74258,
  "estimatedDuration" : 97821,
  "executor" : None,
  "fullDisplayName" : "JustEnoughItems #211",
  "id" : "211",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 211,
  "queueId" : 228,
  "result" : "SUCCESS",
  "timestamp" : 1465444334464,
  "url" : "https://dvs1.progwml6.com/jenkins/job/JustEnoughItems/211/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ProxyCommon.java",
          "src/main/java/mezz/jei/ProxyCommonClient.java",
          "src/main/java/mezz/jei/JustEnoughItems.java"
        ],
        "commitId" : "0a51c7638bc4eddf28222a5c6498d080e1aacfaf",
        "timestamp" : 1465425319000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Register resource reload handler later, to let mods reload first\u000a",
        "date" : "2016-06-08 15:35:19 -0700",
        "id" : "0a51c7638bc4eddf28222a5c6498d080e1aacfaf",
        "msg" : "Register resource reload handler later, to let mods reload first",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ProxyCommon.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ProxyCommonClient.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/JustEnoughItems.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "build.gradle"
        ],
        "commitId" : "85ed6f10301199ae1127f17856f6766709b94e55",
        "timestamp" : 1465425319000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Remove 1.9 tag from Curse uploads\u000a",
        "date" : "2016-06-08 15:35:19 -0700",
        "id" : "85ed6f10301199ae1127f17856f6766709b94e55",
        "msg" : "Remove 1.9 tag from Curse uploads",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.gradle"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/plugins/vanilla/furnace/FurnaceFuelCategory.java",
          "src/main/java/mezz/jei/plugins/vanilla/brewing/BrewingRecipeHandler.java",
          "src/main/java/mezz/jei/api/recipe/IRecipeCategory.java",
          "src/main/java/mezz/jei/plugins/vanilla/brewing/BrewingRecipeCategory.java",
          "src/main/java/mezz/jei/api/recipe/BlankRecipeCategory.java",
          "src/main/java/mezz/jei/plugins/jei/description/ItemDescriptionRecipeCategory.java",
          "src/main/java/mezz/jei/plugins/vanilla/furnace/FurnaceRecipeCategory.java",
          "src/main/java/mezz/jei/plugins/jei/debug/DebugRecipeCategory.java",
          "src/main/java/mezz/jei/plugins/vanilla/crafting/CraftingRecipeCategory.java",
          "src/main/java/mezz/jei/plugins/vanilla/furnace/FurnaceSmeltingCategory.java",
          "src/main/java/mezz/jei/gui/RecipeLayout.java",
          "gradle.properties"
        ],
        "commitId" : "86a1315df36d21b8b7ab8593e8a03328ca7a651d",
        "timestamp" : 1465425437000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Make IRecipeCategory generic to remove the need to cast recipeWrappers\u000a",
        "date" : "2016-06-08 15:37:17 -0700",
        "id" : "86a1315df36d21b8b7ab8593e8a03328ca7a651d",
        "msg" : "Make IRecipeCategory generic to remove the need to cast recipeWrappers",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/RecipeLayout.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/jei/debug/DebugRecipeCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/crafting/CraftingRecipeCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/recipe/IRecipeCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/jei/description/ItemDescriptionRecipeCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/brewing/BrewingRecipeCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/furnace/FurnaceSmeltingCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/furnace/FurnaceFuelCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/recipe/BlankRecipeCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/brewing/BrewingRecipeHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/furnace/FurnaceRecipeCategory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/Internal.java",
          "src/main/java/mezz/jei/JeiHelpers.java"
        ],
        "commitId" : "4f948661acfc33718a612bd3e06c7d67b0b6985c",
        "timestamp" : 1465435139000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #308 \"+\" button does not work on servers\u000a",
        "date" : "2016-06-08 18:18:59 -0700",
        "id" : "4f948661acfc33718a612bd3e06c7d67b0b6985c",
        "msg" : "Fix #308 \"+\" button does not work on servers",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/Internal.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/JeiHelpers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/util/StackHelper.java",
          "src/main/java/mezz/jei/transfer/BasicRecipeTransferHandler.java",
          "gradle.properties"
        ],
        "commitId" : "61c64b305ae88946b895e11a0562fd30c42d4770",
        "timestamp" : 1465435196000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #298 BasicRecipeTransferHandler ignores slot stack size limit\u000a",
        "date" : "2016-06-08 18:19:56 -0700",
        "id" : "61c64b305ae88946b895e11a0562fd30c42d4770",
        "msg" : "Fix #298 BasicRecipeTransferHandler ignores slot stack size limit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/StackHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/transfer/BasicRecipeTransferHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/ingredients/GuiItemStackFastList.java"
        ],
        "commitId" : "ab8bb32e7d9407161b3bceb0b89f0c424c736abd",
        "timestamp" : 1465444309000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "#310 Add better crash message when getting a null bakedModel\u000a",
        "date" : "2016-06-08 20:51:49 -0700",
        "id" : "ab8bb32e7d9407161b3bceb0b89f0c424c736abd",
        "msg" : "#310 Add better crash message when getting a null bakedModel",
        "paths" : [
          {
            "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"
    }
  ]
}