{
  "_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.9" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 168,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a99c4fd4cd14f0afa50426040e375f507fb4ab36",
            "branch" : [
              {
                "SHA1" : "a99c4fd4cd14f0afa50426040e375f507fb4ab36",
                "name" : "origin/1.9"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a99c4fd4cd14f0afa50426040e375f507fb4ab36",
            "branch" : [
              {
                "SHA1" : "a99c4fd4cd14f0afa50426040e375f507fb4ab36",
                "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" : "a99c4fd4cd14f0afa50426040e375f507fb4ab36",
        "branch" : [
          {
            "SHA1" : "a99c4fd4cd14f0afa50426040e375f507fb4ab36",
            "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" : "#168",
  "duration" : 158331,
  "estimatedDuration" : 97821,
  "executor" : None,
  "fullDisplayName" : "JustEnoughItems #168",
  "id" : "168",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 168,
  "queueId" : 10,
  "result" : "SUCCESS",
  "timestamp" : 1458666307053,
  "url" : "https://dvs1.progwml6.com/jenkins/job/JustEnoughItems/168/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/ItemFilter.java"
        ],
        "commitId" : "b4e75f38fd3961ca4182464a199cfe5207f4328c",
        "timestamp" : 1458592949000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Fix #217 catch errors from unregistered itemStacks on start\u000a",
        "date" : "2016-03-21 13:42:29 -0700",
        "id" : "b4e75f38fd3961ca4182464a199cfe5207f4328c",
        "msg" : "Fix #217 catch errors from unregistered itemStacks on start",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/ItemFilter.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "changelog.html",
          "gradle.properties"
        ],
        "commitId" : "42cb0f6bcaf52674c459525064adad958f4d55f2",
        "timestamp" : 1458593004000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Bump version\u000a",
        "date" : "2016-03-21 13:43:24 -0700",
        "id" : "42cb0f6bcaf52674c459525064adad958f4d55f2",
        "msg" : "Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          },
          {
            "editType" : "edit",
            "file" : "changelog.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/mezz/jei/util/ErrorUtil.java",
          "src/main/java/mezz/jei/RecipeRegistry.java",
          "src/main/java/mezz/jei/gui/ingredients/ItemStackRenderer.java",
          "src/main/java/mezz/jei/util/StackHelper.java"
        ],
        "commitId" : "b4561a249e04052197dc52a6659ddf9bf9e4fa24",
        "timestamp" : 1458610315000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Close #219 Improve Broken Recipe Reporting\u000a",
        "date" : "2016-03-21 18:31:55 -0700",
        "id" : "b4561a249e04052197dc52a6659ddf9bf9e4fa24",
        "msg" : "Close #219 Improve Broken Recipe Reporting",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/gui/ingredients/ItemStackRenderer.java"
          },
          {
            "editType" : "add",
            "file" : "src/main/java/mezz/jei/util/ErrorUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/RecipeRegistry.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/mezz/jei/util/StackHelper.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "changelog.html",
          "gradle.properties"
        ],
        "commitId" : "c14f261afadf9605b8163aade1a6a2bffbb06409",
        "timestamp" : 1458610350000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Bump version\u000a",
        "date" : "2016-03-21 18:32:30 -0700",
        "id" : "c14f261afadf9605b8163aade1a6a2bffbb06409",
        "msg" : "Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          },
          {
            "editType" : "edit",
            "file" : "changelog.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "changelog.html",
          "gradle.properties"
        ],
        "commitId" : "a99c4fd4cd14f0afa50426040e375f507fb4ab36",
        "timestamp" : 1458666004000,
        "author" : {
          "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
          "fullName" : "mezz"
        },
        "authorEmail" : "tehgeek@gmail.com",
        "comment" : "Bump version\u000a",
        "date" : "2016-03-22 10:00:04 -0700",
        "id" : "a99c4fd4cd14f0afa50426040e375f507fb4ab36",
        "msg" : "Bump version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "changelog.html"
          },
          {
            "editType" : "edit",
            "file" : "gradle.properties"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://dvs1.progwml6.com/jenkins/user/mezz",
      "fullName" : "mezz"
    }
  ]
}