{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "jenkins.branch.BranchEventCause",
          "shortDescription" : "Push event to branch master"
        }
      ]
    },
    {
      "_class" : "jenkins.scm.api.SCMRevisionAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 74,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "da0fdbe113e9b3a5254822a20a8ca2595cd661cb",
            "branch" : [
              {
                "SHA1" : "da0fdbe113e9b3a5254822a20a8ca2595cd661cb",
                "name" : "master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "da0fdbe113e9b3a5254822a20a8ca2595cd661cb",
            "branch" : [
              {
                "SHA1" : "da0fdbe113e9b3a5254822a20a8ca2595cd661cb",
                "name" : "master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "da0fdbe113e9b3a5254822a20a8ca2595cd661cb",
        "branch" : [
          {
            "SHA1" : "da0fdbe113e9b3a5254822a20a8ca2595cd661cb",
            "name" : "master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/cuberite/cuberite.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : ".luacheckrc",
      "fileName" : ".luacheckrc",
      "relativePath" : "gcc_Release/Server/.luacheckrc"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#74",
  "duration" : 2026793,
  "estimatedDuration" : 5375245,
  "executor" : None,
  "fullDisplayName" : "cuberite » master #74",
  "id" : "74",
  "keepLog" : False,
  "number" : 74,
  "queueId" : 8808,
  "result" : "SUCCESS",
  "timestamp" : 1642189422953,
  "url" : "https://builds.cuberite.org/view/all/job/cuberite/view/default/job/master/74/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/BlockEntities/HopperEntity.cpp",
            "src/LoggerSimple.h",
            "src/ItemGrid.h",
            "src/Mobs/Chicken.cpp",
            "src/Mobs/Sheep.cpp",
            "src/Mobs/Pig.cpp",
            "src/OSSupport/IsThread.cpp",
            "src/Generating/PieceModifier.cpp",
            "src/Generating/FinishGen.cpp",
            "src/BlockInServerPluginInterface.h",
            "src/Simulator/IncrementalRedstoneSimulator/RedstoneRepeaterHandler.h",
            "src/Mobs/Mooshroom.cpp",
            "src/Generating/VerticalLimit.cpp",
            "src/UI/Window.h",
            "src/WorldStorage/NBTChunkSerializer.cpp",
            "src/Generating/BioGen.cpp",
            "src/Color.cpp",
            "src/Generating/Trees.cpp",
            "src/Entities/Player.cpp",
            "src/Entities/Pickup.cpp",
            "src/Generating/VerticalStrategy.cpp",
            "src/UI/BeaconWindow.cpp",
            "src/Blocks/BlockInfested.h",
            "src/Generating/PrefabPiecePool.cpp",
            "src/ItemGrid.cpp",
            "src/Protocol/Protocol_1_8.cpp",
            "src/Inventory.cpp",
            "src/ClientHandle.cpp",
            "src/Mobs/Monster.cpp",
            "src/UI/Window.cpp",
            "src/UI/SlotArea.cpp",
            "src/BlockEntities/BeaconEntity.cpp",
            "src/Physics/Explodinator.cpp",
            "src/Inventory.h"
          ],
          "commitId" : "250b8eb652a57dcbdff4af7b6efb9c2554b45798",
          "timestamp" : 1642189409000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/bearbin",
            "fullName" : "Alexander Harkness"
          },
          "authorEmail" : "me@bearbin.net",
          "comment" : "Fixed Compiler Warnings\u000a",
          "date" : "2022-01-14 19:43:29 +0000",
          "id" : "250b8eb652a57dcbdff4af7b6efb9c2554b45798",
          "msg" : "Fixed Compiler Warnings",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Color.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Inventory.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/BioGen.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Inventory.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Simulator/IncrementalRedstoneSimulator/RedstoneRepeaterHandler.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Pig.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/BlockEntities/HopperEntity.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/ClientHandle.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Monster.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/UI/SlotArea.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/VerticalStrategy.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Protocol/Protocol_1_8.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/UI/BeaconWindow.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Player.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Mooshroom.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Sheep.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/OSSupport/IsThread.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Pickup.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Blocks/BlockInfested.h"
            },
            {
              "editType" : "edit",
              "file" : "src/ItemGrid.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/PieceModifier.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/BlockEntities/BeaconEntity.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/UI/Window.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Physics/Explodinator.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/UI/Window.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/FinishGen.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/Trees.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/LoggerSimple.h"
            },
            {
              "editType" : "edit",
              "file" : "src/BlockInServerPluginInterface.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Chicken.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/VerticalLimit.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/PrefabPiecePool.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/ItemGrid.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/WorldStorage/NBTChunkSerializer.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Generating/FinishGen.cpp",
            "src/LineBlockTracer.cpp",
            "src/LightingThread.cpp"
          ],
          "commitId" : "2ec73a3fbd31639a8716cbbaf8910ac50d5fa060",
          "timestamp" : 1642189409000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/bearbin",
            "fullName" : "Alexander Harkness"
          },
          "authorEmail" : "me@bearbin.net",
          "comment" : "fixed compile error in jenkins and more warnings\u000a",
          "date" : "2022-01-14 19:43:29 +0000",
          "id" : "2ec73a3fbd31639a8716cbbaf8910ac50d5fa060",
          "msg" : "fixed compile error in jenkins and more warnings",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/LightingThread.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/LineBlockTracer.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/FinishGen.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/BlockEntities/HopperEntity.cpp"
          ],
          "commitId" : "d7c2c4acf358077cc5d4bc068801a6f34acb1116",
          "timestamp" : 1642189409000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/bearbin",
            "fullName" : "Alexander Harkness"
          },
          "authorEmail" : "me@bearbin.net",
          "comment" : "auto > char\u000a",
          "date" : "2022-01-14 19:43:29 +0000",
          "id" : "d7c2c4acf358077cc5d4bc068801a6f34acb1116",
          "msg" : "auto > char",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/BlockEntities/HopperEntity.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Entities/Pickup.cpp"
          ],
          "commitId" : "5fa68ea807393c8b05f234dd2397d3e1f3f10f7d",
          "timestamp" : 1642189409000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/bearbin",
            "fullName" : "Alexander Harkness"
          },
          "authorEmail" : "me@bearbin.net",
          "comment" : "fixed cast\u000a",
          "date" : "2022-01-14 19:43:29 +0000",
          "id" : "5fa68ea807393c8b05f234dd2397d3e1f3f10f7d",
          "msg" : "fixed cast",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Entities/Pickup.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Entities/Pickup.cpp"
          ],
          "commitId" : "00dbbabc5c9a5ad0347e9932128ee729b1e183e0",
          "timestamp" : 1642189409000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/bearbin",
            "fullName" : "Alexander Harkness"
          },
          "authorEmail" : "me@bearbin.net",
          "comment" : "fixed possible 64+64 error\u000a",
          "date" : "2022-01-14 19:43:29 +0000",
          "id" : "00dbbabc5c9a5ad0347e9932128ee729b1e183e0",
          "msg" : "fixed possible 64+64 error",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Entities/Pickup.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Entities/Pickup.cpp"
          ],
          "commitId" : "c741d81017dc9d156091e122f6bf91a84d1b32f3",
          "timestamp" : 1642189409000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/bearbin",
            "fullName" : "Alexander Harkness"
          },
          "authorEmail" : "me@bearbin.net",
          "comment" : "fixed bad web merge\u000a",
          "date" : "2022-01-14 19:43:29 +0000",
          "id" : "c741d81017dc9d156091e122f6bf91a84d1b32f3",
          "msg" : "fixed bad web merge",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Entities/Pickup.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Entities/Pickup.cpp"
          ],
          "commitId" : "58f8918bcbb7a6eaee775e589464ea9192899865",
          "timestamp" : 1642189409000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/bearbin",
            "fullName" : "Alexander Harkness"
          },
          "authorEmail" : "me@bearbin.net",
          "comment" : "so much big brain time - it hurts\u000a",
          "date" : "2022-01-14 19:43:29 +0000",
          "id" : "58f8918bcbb7a6eaee775e589464ea9192899865",
          "msg" : "so much big brain time - it hurts",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Entities/Pickup.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Entities/Pickup.cpp",
            "src/Bindings/PluginLua.h",
            "src/BlockTracer.h",
            "src/Bindings/Plugin.h",
            "src/Bindings/ManualBindings.cpp",
            "src/Generating/PieceModifier.cpp",
            "src/OSSupport/IsThread.cpp",
            "src/Bindings/PluginLua.cpp",
            "src/Protocol/Protocol_1_8.cpp",
            "src/Bindings/PluginManager.h",
            "src/ClientHandle.cpp",
            "src/BlockInServerPluginInterface.h",
            "src/Mobs/Monster.cpp",
            "src/Simulator/IncrementalRedstoneSimulator/RedstoneRepeaterHandler.h",
            "src/LineBlockTracer.cpp",
            "src/WorldStorage/NBTChunkSerializer.cpp",
            "src/Entities/Player.cpp",
            "src/Bindings/PluginManager.cpp"
          ],
          "commitId" : "903bcfc61fd031985e55a604293f85c2597a8320",
          "timestamp" : 1642189409000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/bearbin",
            "fullName" : "Alexander Harkness"
          },
          "authorEmail" : "me@bearbin.net",
          "comment" : "eblockface\u000a",
          "date" : "2022-01-14 19:43:29 +0000",
          "id" : "903bcfc61fd031985e55a604293f85c2597a8320",
          "msg" : "eblockface",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Simulator/IncrementalRedstoneSimulator/RedstoneRepeaterHandler.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Player.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Pickup.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Protocol/Protocol_1_8.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Bindings/PluginLua.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Generating/PieceModifier.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/OSSupport/IsThread.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/BlockInServerPluginInterface.h"
            },
            {
              "editType" : "edit",
              "file" : "src/WorldStorage/NBTChunkSerializer.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/LineBlockTracer.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/BlockTracer.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Monster.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Bindings/ManualBindings.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Bindings/PluginLua.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Bindings/PluginManager.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Bindings/PluginManager.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Bindings/Plugin.h"
            },
            {
              "editType" : "edit",
              "file" : "src/ClientHandle.cpp"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Mobs/Monster.cpp",
            "src/Mobs/Mooshroom.cpp",
            "src/Simulator/IncrementalRedstoneSimulator/RedstoneRepeaterHandler.h",
            "src/Mobs/Chicken.cpp",
            "src/LightingThread.cpp",
            "src/Mobs/Sheep.cpp",
            "src/Mobs/Pig.cpp",
            "src/OSSupport/IsThread.cpp",
            "src/Entities/Player.cpp",
            "src/Protocol/Protocol_1_8.cpp"
          ],
          "commitId" : "da0fdbe113e9b3a5254822a20a8ca2595cd661cb",
          "timestamp" : 1642189409000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/bearbin",
            "fullName" : "Alexander Harkness"
          },
          "authorEmail" : "me@bearbin.net",
          "comment" : "syntax\u000a",
          "date" : "2022-01-14 19:43:29 +0000",
          "id" : "da0fdbe113e9b3a5254822a20a8ca2595cd661cb",
          "msg" : "syntax",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Mobs/Sheep.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/LightingThread.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Mooshroom.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Simulator/IncrementalRedstoneSimulator/RedstoneRepeaterHandler.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Player.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/OSSupport/IsThread.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Monster.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Pig.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Protocol/Protocol_1_8.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Chicken.cpp"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://builds.cuberite.org/user/bearbin",
      "fullName" : "Alexander Harkness"
    }
  ],
  "nextBuild" : {
    "number" : 75,
    "url" : "https://builds.cuberite.org/view/all/job/cuberite/view/default/job/master/75/"
  },
  "previousBuild" : {
    "number" : 73,
    "url" : "https://builds.cuberite.org/view/all/job/cuberite/view/default/job/master/73/"
  }
}