{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 66729,
      "executingTimeMillis" : 66729,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 8443,
      "waitingTimeMillis" : 8443
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#11",
  "duration" : 66729,
  "estimatedDuration" : 33049,
  "executor" : None,
  "fullDisplayName" : "JustEnoughItems-MC1.14 #11",
  "id" : "11",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 11,
  "queueId" : 101877,
  "result" : "SUCCESS",
  "timestamp" : 1567387329639,
  "url" : "https://dvs1.progwml6.com/jenkins/job/JustEnoughItems-MC1.14/11/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/render/IngredientRenderer.java",
          "gradle.properties"
        ],
        "commitId" : "d7cfb7616358245eb7d8502bc2945f6747766ce8",
        "timestamp" : 1562875284000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1621 Enchanted book tooltip compatibility with other mods\u000a",
        "date" : "2019-07-11 13:01:24 -0700",
        "id" : "d7cfb7616358245eb7d8502bc2945f6747766ce8",
        "msg" : "Fix #1621 Enchanted book tooltip compatibility with other mods",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/render/IngredientRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/elements/GuiIconButton.java"
        ],
        "commitId" : "4d2dcb43bd0faee3f938823bad656df7400b93d3",
        "timestamp" : 1562877514000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1635 Bookmark button leaks color state on hover\u000a",
        "date" : "2019-07-11 13:38:34 -0700",
        "id" : "4d2dcb43bd0faee3f938823bad656df7400b93d3",
        "msg" : "Fix #1635 Bookmark button leaks color state on hover",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/elements/GuiIconButton.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/input/InputHandler.java"
        ],
        "commitId" : "39651b904c10fd68d4d048e23a57cfd811af0953",
        "timestamp" : 1566168732000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1651 Race condition during crash can cause NPE in InputHandler\u000a",
        "date" : "2019-08-18 15:52:12 -0700",
        "id" : "39651b904c10fd68d4d048e23a57cfd811af0953",
        "msg" : "Fix #1651 Race condition during crash can cause NPE in InputHandler",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/input/InputHandler.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/plugins/vanilla/InventoryEffectRendererGuiHandler.java",
          "src/main/java/mezz/jei/config/JEIModConfigGui.java",
          "src/main/java/mezz/jei/gui/recipes/RecipesGui.java",
          "src/main/java/mezz/jei/gui/overlay/IngredientListOverlay.java",
          "src/main/java/mezz/jei/gui/GuiEventHandler.java"
        ],
        "commitId" : "5825bcc1e0d3fe7ed7646606df3c8da22dfb0306",
        "timestamp" : 1566178036000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #1673 Treat GuiScreen#mc as nullable\u000a",
        "date" : "2019-08-18 18:27:16 -0700",
        "id" : "5825bcc1e0d3fe7ed7646606df3c8da22dfb0306",
        "msg" : "Fix #1673 Treat GuiScreen#mc as nullable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/JEIModConfigGui.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/overlay/IngredientListOverlay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/InventoryEffectRendererGuiHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/GuiEventHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/recipes/RecipesGui.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ingredients/IngredientFilter.java",
          "src/main/java/mezz/jei/recipes/RecipeRegistry.java",
          "src/main/java/mezz/jei/recipes/RecipeMap.java",
          "src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java",
          "src/main/java/mezz/jei/gui/overlay/bookmarks/BookmarkOverlay.java",
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/enchant/EnchantDataRenderer.java",
          "src/main/java/mezz/jei/util/MathUtil.java",
          "src/main/java/mezz/jei/suffixtree/GeneralizedSuffixTree.java",
          "src/main/java/mezz/jei/config/ServerInfo.java",
          "src/main/java/mezz/jei/ingredients/IngredientListElementFactory.java",
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java",
          "src/api/java/mezz/jei/api/gui/ICraftingGridHelper.java"
        ],
        "commitId" : "3ce4dc010eab5b59fe037f387483528dc4395e77",
        "timestamp" : 1566178084000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Minor misc cleanup\u000a",
        "date" : "2019-08-18 18:28:04 -0700",
        "id" : "3ce4dc010eab5b59fe037f387483528dc4395e77",
        "msg" : "Minor misc cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ingredients/IngredientFilter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/overlay/bookmarks/BookmarkOverlay.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/recipes/RecipeRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/MathUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ingredients/IngredientListElementFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/suffixtree/GeneralizedSuffixTree.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/enchant/EnchantDataRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/recipes/RecipeMap.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/config/ServerInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/java/mezz/jei/api/gui/ICraftingGridHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/VanillaPlugin.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "gradle.properties"
        ],
        "commitId" : "b5ecc6c2e4a27f18debba3e8196e10e2fd1d27d1",
        "timestamp" : 1566179219000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Update dev version of Forge\u000a",
        "date" : "2019-08-18 18:46:59 -0700",
        "id" : "b5ecc6c2e4a27f18debba3e8196e10e2fd1d27d1",
        "msg" : "Update dev version of Forge",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/api/java/mezz/jei/api/recipe/transfer/IRecipeTransferHandlerHelper.java",
          "src/main/java/mezz/jei/plugins/debug/DebugRecipeCategory.java",
          "src/main/java/mezz/jei/ingredients/ForgeModIdHelper.java",
          "src/main/java/mezz/jei/color/ColorGetter.java",
          "src/main/java/mezz/jei/plugins/vanilla/brewing/BrewingRecipeCategory.java",
          "src/main/java/mezz/jei/plugins/vanilla/cooking/fuel/package-info.java",
          "src/main/java/mezz/jei/util/ErrorUtil.java",
          "src/main/java/mezz/jei/transfer/RecipeTransferUtil.java",
          "src/main/java/mezz/jei/ingredients/Ingredients.java",
          "src/main/java/mezz/jei/JustEnoughItems.java"
        ],
        "commitId" : "6c5ca89d4e4db164509447bab24aa5ed13ff9735",
        "timestamp" : 1567381468000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Minor cleanup\u000a",
        "date" : "2019-09-01 16:44:28 -0700",
        "id" : "6c5ca89d4e4db164509447bab24aa5ed13ff9735",
        "msg" : "Minor cleanup",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/api/java/mezz/jei/api/recipe/transfer/IRecipeTransferHandlerHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/color/ColorGetter.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/debug/DebugRecipeCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ingredients/ForgeModIdHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ingredients/Ingredients.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/transfer/RecipeTransferUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/brewing/BrewingRecipeCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/JustEnoughItems.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/cooking/fuel/package-info.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/ErrorUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/gui/ingredients/GuiIngredient.java"
        ],
        "commitId" : "7d80e030c675d0a2607ed66c5e10d55bf310500f",
        "timestamp" : 1567384228000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix tooltips on rotating ingredients that contain a null\u000a",
        "date" : "2019-09-01 17:30:28 -0700",
        "id" : "7d80e030c675d0a2607ed66c5e10d55bf310500f",
        "msg" : "Fix tooltips on rotating ingredients that contain a null",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/ingredients/GuiIngredient.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackHelper.java",
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/item/ItemStackHelper.java",
          "src/main/resources/META-INF/mods.toml",
          "src/main/java/mezz/jei/plugins/debug/DebugRecipeCategory.java",
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackListFactory.java",
          "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java",
          "gradle.properties"
        ],
        "commitId" : "9d0dcbd917ec0573a79eba21c41222e5862b5e7a",
        "timestamp" : 1567387084000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Update for Forge with fluids\u000a",
        "date" : "2019-09-01 18:18:04 -0700",
        "id" : "9d0dcbd917ec0573a79eba21c41222e5862b5e7a",
        "msg" : "Update for Forge with fluids",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/debug/DebugRecipeCategory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/item/ItemStackHelper.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/resources/META-INF/mods.toml"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackListFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/plugins/vanilla/ingredients/fluid/FluidStackRenderer.java"
          },
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
      "fullName" : "mezz"
    }
  ]
}