{
  "_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/beam" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 345,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "dd63c2773e2280ce59553fb50b92ad5af754f332",
            "branch" : [
              {
                "SHA1" : "dd63c2773e2280ce59553fb50b92ad5af754f332",
                "name" : "origin/beam"
              }
            ]
          },
          "revision" : {
            "SHA1" : "dd63c2773e2280ce59553fb50b92ad5af754f332",
            "branch" : [
              {
                "SHA1" : "dd63c2773e2280ce59553fb50b92ad5af754f332",
                "name" : "origin/beam"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "dd63c2773e2280ce59553fb50b92ad5af754f332",
        "branch" : [
          {
            "SHA1" : "dd63c2773e2280ce59553fb50b92ad5af754f332",
            "name" : "origin/beam"
          }
        ]
      },
      "remoteUrls" : [
        "/var/lib/gitolite/repositories/IC2.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "industrialcraft-2-api_2.0.345-experimental.zip",
      "fileName" : "industrialcraft-2-api_2.0.345-experimental.zip",
      "relativePath" : "packages/industrialcraft-2-api_2.0.345-experimental.zip"
    },
    {
      "displayPath" : "industrialcraft-2-dev-deobf_2.0.345-experimental.jar",
      "fileName" : "industrialcraft-2-dev-deobf_2.0.345-experimental.jar",
      "relativePath" : "packages/industrialcraft-2-dev-deobf_2.0.345-experimental.jar"
    },
    {
      "displayPath" : "industrialcraft-2_2.0.345-experimental.jar",
      "fileName" : "industrialcraft-2_2.0.345-experimental.jar",
      "relativePath" : "packages/industrialcraft-2_2.0.345-experimental.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#345",
  "duration" : 97263,
  "estimatedDuration" : 109813,
  "executor" : None,
  "fullDisplayName" : "IC2_experimental #345",
  "id" : "2013-12-31_22-38-21",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 345,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1388525901000,
  "url" : "http://jenkins.ic2.player.to/job/IC2_experimental/345/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/AdvRecipe.java",
          "src/subModules/neiIntegration/core/AdvRecipeHandler.java",
          "src/core/AdvCraftingRecipeManager.java",
          "src/api/recipe/RecipeInputItemStack.java",
          "src/core/AdvShapelessRecipe.java"
        ],
        "commitId" : "62ef7d5002ea2dcec831db47aff12d851a36104c",
        "timestamp" : 1388529270000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/gregoriustech",
          "fullName" : "gregoriustech"
        },
        "authorEmail" : "gregoriustech@googlemail.com",
        "comment" : "Fixed Parts of the Recipe System, because Output ItemStacks have to be copied.\u000a",
        "date" : "2013-12-31T22:34:30+0000",
        "id" : "62ef7d5002ea2dcec831db47aff12d851a36104c",
        "msg" : "Fixed Parts of the Recipe System, because Output ItemStacks have to be",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/subModules/neiIntegration/core/AdvRecipeHandler.java"
          },
          {
            "editType" : "edit",
            "file" : "src/core/AdvRecipe.java"
          },
          {
            "editType" : "edit",
            "file" : "src/core/AdvCraftingRecipeManager.java"
          },
          {
            "editType" : "edit",
            "file" : "src/api/recipe/RecipeInputItemStack.java"
          },
          {
            "editType" : "edit",
            "file" : "src/core/AdvShapelessRecipe.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/core/block/machine/tileentity/TileEntityCompressor.java",
          "src/core/init/Rezepte.java"
        ],
        "commitId" : "dd63c2773e2280ce59553fb50b92ad5af754f332",
        "timestamp" : 1388529448000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/gregoriustech",
          "fullName" : "gregoriustech"
        },
        "authorEmail" : "gregoriustech@googlemail.com",
        "comment" : "Made Energium Dust 9 times cheaper and Energy Crystals 9 times more expensive (so it stays the same) and made Glass Fibers about 1/9 cheaper (energium wise) at the cost of 4 times more Silver.\u000aAnd Silver is something everyone wants to get rid of so this is a win-win Situation :D\u000a",
        "date" : "2013-12-31T22:37:28+0000",
        "id" : "dd63c2773e2280ce59553fb50b92ad5af754f332",
        "msg" : "Made Energium Dust 9 times cheaper and Energy Crystals 9 times more",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/core/block/machine/tileentity/TileEntityCompressor.java"
          },
          {
            "editType" : "edit",
            "file" : "src/core/init/Rezepte.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://jenkins.ic2.player.to/user/gregoriustech",
      "fullName" : "gregoriustech"
    }
  ]
}