{
  "_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/1.8" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 39,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f0c123ec3db520b94d0f1efaa498c02d91260799",
            "branch" : [
              {
                "SHA1" : "f0c123ec3db520b94d0f1efaa498c02d91260799",
                "name" : "origin/1.8"
              }
            ]
          },
          "revision" : {
            "SHA1" : "f0c123ec3db520b94d0f1efaa498c02d91260799",
            "branch" : [
              {
                "SHA1" : "f0c123ec3db520b94d0f1efaa498c02d91260799",
                "name" : "origin/1.8"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "f0c123ec3db520b94d0f1efaa498c02d91260799",
        "branch" : [
          {
            "SHA1" : "f0c123ec3db520b94d0f1efaa498c02d91260799",
            "name" : "origin/1.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" : "#39",
  "duration" : 29552,
  "estimatedDuration" : 97821,
  "executor" : None,
  "fullDisplayName" : "JustEnoughItems #39",
  "id" : "39",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 39,
  "queueId" : 60,
  "result" : "SUCCESS",
  "timestamp" : 1449381007474,
  "url" : "https://dvs1.progwml6.com/jenkins/job/JustEnoughItems/39/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/input/InputHandler.java",
          "src/main/java/mezz/jei/util/Permissions.java"
        ],
        "commitId" : "9afbfd4d62d74f5937d40b31f1d2d336e41159b0",
        "timestamp" : 1449348763000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #50 Remove permissions check and rely on /give behavior\u000a",
        "date" : "2015-12-05 12:52:43 -0800",
        "id" : "9afbfd4d62d74f5937d40b31f1d2d336e41159b0",
        "msg" : "Fix #50 Remove permissions check and rely on /give behavior",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/input/InputHandler.java"
          },
          {
            "editType" : "delete",
            "file" : "src/main/java/mezz/jei/util/Permissions.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "LICENSE.txt"
        ],
        "commitId" : "570c31c13dd4ff6deafc46f3b2af0e6ccbc05486",
        "timestamp" : 1449350894000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "update license date\u000a",
        "date" : "2015-12-05 13:28:14 -0800",
        "id" : "570c31c13dd4ff6deafc46f3b2af0e6ccbc05486",
        "msg" : "update license date",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "LICENSE.txt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/RecipeRegistry.java",
          "src/main/java/mezz/jei/api/package-info.java",
          "src/main/java/mezz/jei/api/IRecipeRegistry.java",
          "src/main/java/mezz/jei/gui/RecipeGuiLogic.java"
        ],
        "commitId" : "f0c123ec3db520b94d0f1efaa498c02d91260799",
        "timestamp" : 1449380772000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Experimental: allow adding new recipes while the game is running\u000a",
        "date" : "2015-12-05 21:46:12 -0800",
        "id" : "f0c123ec3db520b94d0f1efaa498c02d91260799",
        "msg" : "Experimental: allow adding new recipes while the game is running",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/RecipeRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/package-info.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/RecipeGuiLogic.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/api/IRecipeRegistry.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
      "fullName" : "mezz"
    }
  ]
}