{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "jenkins.branch.BranchEventCause",
          "shortDescription" : "Pull request #5151 updated"
        }
      ]
    },
    {
      "_class" : "jenkins.scm.api.SCMRevisionAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "PR-5151" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "f7c359de32e5d49a81d67c2a5cc13da0c4e19e24",
            "branch" : [
              {
                "SHA1" : "f7c359de32e5d49a81d67c2a5cc13da0c4e19e24",
                "name" : "PR-5151"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ead781bdc29064d6cace8d2fbfd8dcdc1e83d305",
            "branch" : [
              {
                "SHA1" : "f7c359de32e5d49a81d67c2a5cc13da0c4e19e24",
                "name" : "PR-5151"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ead781bdc29064d6cace8d2fbfd8dcdc1e83d305",
        "branch" : [
          {
            "SHA1" : "f7c359de32e5d49a81d67c2a5cc13da0c4e19e24",
            "name" : "PR-5151"
          }
        ]
      },
      "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" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#5",
  "duration" : 1083910,
  "estimatedDuration" : 126594311,
  "executor" : None,
  "fullDisplayName" : "cuberite » PR-5151 #5",
  "id" : "5",
  "keepLog" : False,
  "number" : 5,
  "queueId" : 4384,
  "result" : "FAILURE",
  "timestamp" : 1624460910459,
  "url" : "https://builds.cuberite.org/view/all/job/cuberite/job/PR-5151/5/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Mobs/Wolf.cpp",
            "src/Entities/Entity.h",
            "src/Mobs/Monster.cpp",
            "src/Mobs/Ocelot.cpp",
            "CONTRIBUTORS",
            "src/Entities/Entity.cpp",
            "src/Entities/Player.cpp"
          ],
          "commitId" : "3b35a00397d7919b0613be8f6f756beabad53edc",
          "timestamp" : 1624137924000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/github",
            "fullName" : "github"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Death messages for tamed pets and ocelots are now tamable. (#5243)\u000a\u000a* Fixing bugs regarding wolfs and ocelots\u000a\u000a* Death messages appear after killing tamed ocelots and wolfs\u000a\u000a* Style fix\u000a\u000a* Added myself to the CONTRIBUTORS file\u000a\u000a* Removed redundant string initialization\u000a\u000a* Removed an unsafe cast.\u000a\u000a* Changed the order of initialization of fields in constuctor of class cOcelot\u000a",
          "date" : "2021-06-19 21:25:24 +0000",
          "id" : "3b35a00397d7919b0613be8f6f756beabad53edc",
          "msg" : "Death messages for tamed pets and ocelots are now tamable. (#5243)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Mobs/Wolf.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Ocelot.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Mobs/Monster.cpp"
            },
            {
              "editType" : "edit",
              "file" : "CONTRIBUTORS"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Entity.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Player.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Entity.h"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Bindings/LuaState.cpp",
            "Server/Plugins/DumpInfo/Init.lua",
            "Server/Plugins/APIDump/main_APIDump.lua",
            "src/Bindings/ManualBindings.cpp",
            "src/Bindings/LuaState.h",
            "Server/Plugins/APIDump/APIDesc.lua"
          ],
          "commitId" : "cc9f7c06b39ce840d0dcde36e816cf025bd7ce81",
          "timestamp" : 1624399746000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/github",
            "fullName" : "github"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Add optional prefix parameter to LOG functions (#5229)\u000a\u000aCo-authored-by: Tiger Wang <ziwei.tiger@outlook.com>\u000a",
          "date" : "2021-06-22 23:09:06 +0100",
          "id" : "cc9f7c06b39ce840d0dcde36e816cf025bd7ce81",
          "msg" : "Add optional prefix parameter to LOG functions (#5229)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Bindings/ManualBindings.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Bindings/LuaState.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Bindings/LuaState.h"
            },
            {
              "editType" : "edit",
              "file" : "Server/Plugins/APIDump/APIDesc.lua"
            },
            {
              "editType" : "edit",
              "file" : "Server/Plugins/DumpInfo/Init.lua"
            },
            {
              "editType" : "edit",
              "file" : "Server/Plugins/APIDump/main_APIDump.lua"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/Simulator/DelayedFluidSimulator.cpp",
            "src/BlockState.h",
            "src/Simulator/FluidSimulator.cpp",
            "src/Simulator/FloodyFluidSimulator.cpp",
            "src/World.cpp",
            "src/Chunk.cpp"
          ],
          "commitId" : "f7c359de32e5d49a81d67c2a5cc13da0c4e19e24",
          "timestamp" : 1624459059000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/44411062+12xx12",
            "fullName" : "44411062+12xx12"
          },
          "authorEmail" : "44411062+12xx12@users.noreply.github.com",
          "comment" : "The simulator is doing... something\u000a",
          "date" : "2021-06-23 16:37:39 +0200",
          "id" : "f7c359de32e5d49a81d67c2a5cc13da0c4e19e24",
          "msg" : "The simulator is doing... something",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/World.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Simulator/DelayedFluidSimulator.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Chunk.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Simulator/FloodyFluidSimulator.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/BlockState.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Simulator/FluidSimulator.cpp"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://builds.cuberite.org/user/44411062+12xx12",
      "fullName" : "44411062+12xx12"
    },
    {
      "absoluteUrl" : "https://builds.cuberite.org/user/github",
      "fullName" : "github"
    }
  ],
  "nextBuild" : {
    "number" : 6,
    "url" : "https://builds.cuberite.org/view/all/job/cuberite/job/PR-5151/6/"
  },
  "previousBuild" : {
    "number" : 4,
    "url" : "https://builds.cuberite.org/view/all/job/cuberite/job/PR-5151/4/"
  }
}