{
  "_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" : {
        "refs/remotes/origin/mc-1.18" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 23,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e7c2ef4d8436ba4df3c1a7f871e9546680fc57f9",
            "branch" : [
              {
                "SHA1" : "e7c2ef4d8436ba4df3c1a7f871e9546680fc57f9",
                "name" : "refs/remotes/origin/mc-1.18"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e7c2ef4d8436ba4df3c1a7f871e9546680fc57f9",
            "branch" : [
              {
                "SHA1" : "e7c2ef4d8436ba4df3c1a7f871e9546680fc57f9",
                "name" : "refs/remotes/origin/mc-1.18"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e7c2ef4d8436ba4df3c1a7f871e9546680fc57f9",
        "branch" : [
          {
            "SHA1" : "e7c2ef4d8436ba4df3c1a7f871e9546680fc57f9",
            "name" : "refs/remotes/origin/mc-1.18"
          }
        ]
      },
      "remoteUrls" : [
        "/var/lib/gitolite3/repositories/IC2.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "industrialcraft-2-2.9.23+ex118-1.18.1-fabric.jar",
      "fileName" : "industrialcraft-2-2.9.23+ex118-1.18.1-fabric.jar",
      "relativePath" : "tmp/out/industrialcraft-2-2.9.23+ex118-1.18.1-fabric.jar"
    },
    {
      "displayPath" : "industrialcraft-2-2.9.23+ex118-1.18.1-forge.jar",
      "fileName" : "industrialcraft-2-2.9.23+ex118-1.18.1-forge.jar",
      "relativePath" : "tmp/out/industrialcraft-2-2.9.23+ex118-1.18.1-forge.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#23",
  "duration" : 16255,
  "estimatedDuration" : 40511,
  "executor" : None,
  "fullDisplayName" : "IC2 » 1.18 #23",
  "id" : "23",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 23,
  "queueId" : 270,
  "result" : "SUCCESS",
  "timestamp" : 1643721054766,
  "url" : "http://jenkins.ic2.player.to/view/all/job/IC2/view/All/job/1.18/23/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ic2/core/block/BlockIC2Fence.java",
          "src_pending/ic2/core/block/BlockIC2Fence.java"
        ],
        "commitId" : "0a79e7ea96f9ebd5d795362b8ae01aafe8d30cdb",
        "timestamp" : 1643718228000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/reoseah9",
          "fullName" : "reoseah9"
        },
        "authorEmail" : "reoseah9@gmail.com",
        "comment" : "Move BlockIC2Fence\u000a",
        "date" : "2022-02-01 13:23:48 +0100",
        "id" : "0a79e7ea96f9ebd5d795362b8ae01aafe8d30cdb",
        "msg" : "Move BlockIC2Fence",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/ic2/core/block/BlockIC2Fence.java"
          },
          {
            "editType" : "delete",
            "file" : "src_pending/ic2/core/block/BlockIC2Fence.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/ic2/core/ref/Ic2Items.java",
          "resources/data/minecraft/tags/blocks/fences.json",
          "resources/assets/ic2/models/item/iron_fence.json",
          "src/ic2/core/block/BlockIC2Fence.java",
          "src/ic2/core/ref/Ic2Blocks.java",
          "resources_pending/assets/ic2/blockstates/fence.json",
          "resources/assets/ic2/blockstates/iron_fence.json"
        ],
        "commitId" : "e7c2ef4d8436ba4df3c1a7f871e9546680fc57f9",
        "timestamp" : 1643721039000,
        "author" : {
          "absoluteUrl" : "http://jenkins.ic2.player.to/user/reoseah9",
          "fullName" : "reoseah9"
        },
        "authorEmail" : "reoseah9@gmail.com",
        "comment" : "Port Iron Fence ( no magnetizer logic)\u000a",
        "date" : "2022-02-01 14:10:39 +0100",
        "id" : "e7c2ef4d8436ba4df3c1a7f871e9546680fc57f9",
        "msg" : "Port Iron Fence ( no magnetizer logic)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "resources/data/minecraft/tags/blocks/fences.json"
          },
          {
            "editType" : "edit",
            "file" : "src/ic2/core/ref/Ic2Items.java"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/ic2/models/item/iron_fence.json"
          },
          {
            "editType" : "edit",
            "file" : "src/ic2/core/block/BlockIC2Fence.java"
          },
          {
            "editType" : "edit",
            "file" : "src/ic2/core/ref/Ic2Blocks.java"
          },
          {
            "editType" : "delete",
            "file" : "resources_pending/assets/ic2/blockstates/fence.json"
          },
          {
            "editType" : "add",
            "file" : "resources/assets/ic2/blockstates/iron_fence.json"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "http://jenkins.ic2.player.to/user/reoseah9",
      "fullName" : "reoseah9"
    }
  ]
}