{
  "_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" : 15,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1d1fa914012125126d1a3656edc428859696f54f",
            "branch" : [
              {
                "SHA1" : "1d1fa914012125126d1a3656edc428859696f54f",
                "name" : "master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1d1fa914012125126d1a3656edc428859696f54f",
            "branch" : [
              {
                "SHA1" : "1d1fa914012125126d1a3656edc428859696f54f",
                "name" : "master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1d1fa914012125126d1a3656edc428859696f54f",
        "branch" : [
          {
            "SHA1" : "1d1fa914012125126d1a3656edc428859696f54f",
            "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" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#15",
  "duration" : 1674587,
  "estimatedDuration" : 5375245,
  "executor" : None,
  "fullDisplayName" : "cuberite » master #15",
  "id" : "15",
  "keepLog" : False,
  "number" : 15,
  "queueId" : 5096,
  "result" : "SUCCESS",
  "timestamp" : 1625947503131,
  "url" : "https://builds.cuberite.org/view/all/job/cuberite/view/default/job/master/15/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/ClientHandle.cpp",
            "src/Protocol/Protocol.h",
            "src/Protocol/ProtocolRecognizer.cpp",
            "src/Protocol/ProtocolRecognizer.h",
            "src/Protocol/Protocol_1_8.cpp",
            "src/Protocol/Protocol_1_8.h"
          ],
          "commitId" : "e9265b1d0129e56b9b665019697055bd63229fde",
          "timestamp" : 1625947489000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/github",
            "fullName" : "github"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Symmetry in MultiVersionProtocol to fix a crash (#5261)\u000a\u000a+ Add HandleOutgoingData, which tests for m_Protocol before calling DataPrepared.\u000a* Change std::function to bool + if/else to handle incoming data; it's almost certainly faster.\u000a* Fixes #5260\u000a",
          "date" : "2021-07-10 20:04:49 +0000",
          "id" : "e9265b1d0129e56b9b665019697055bd63229fde",
          "msg" : "Symmetry in MultiVersionProtocol to fix a crash (#5261)",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "src/Protocol/ProtocolRecognizer.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/ClientHandle.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Protocol/ProtocolRecognizer.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Protocol/Protocol_1_8.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Protocol/Protocol.h"
            },
            {
              "editType" : "edit",
              "file" : "src/Protocol/Protocol_1_8.h"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "src/ClientHandle.cpp",
            "src/Entities/Pawn.cpp",
            "Server/Plugins/APIDump/APIDesc.lua",
            "src/Entities/Pawn.h",
            "src/Items/ItemChorusFruit.h",
            "src/Items/CMakeLists.txt",
            "src/Items/ItemHandler.cpp"
          ],
          "commitId" : "1d1fa914012125126d1a3656edc428859696f54f",
          "timestamp" : 1625947500000,
          "author" : {
            "absoluteUrl" : "https://builds.cuberite.org/user/github",
            "fullName" : "github"
          },
          "authorEmail" : "noreply@github.com",
          "comment" : "Chorus fruit teleport (#5259)\u000a\u000a* Outline function for teleporting.\u000a\u000a* Created new handler for chorus fruit.\u000a\u000a* Fixed AttemptTeleport failing.\u000a\u000a* Better names, working sound effect.\u000a\u000a* Corrected naming.\u000a\u000a* Remove stray LOGD.\u000a\u000a* Offset teleport to middle of block.\u000a\u000a* Style Fixes\u000a\u000aCo-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com>\u000a\u000a* Style Fixes 2\u000a\u000aCo-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com>\u000a\u000a* Move FindTeleportDestination to static cPawn method.\u000a\u000a* cBoundingBox interface.\u000a\u000a* Cleanup includes.\u000a\u000a* Maybe exported to API?\u000a\u000a* Change a_World to reference, add to APIDesc.\u000a\u000aCo-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com>\u000a",
          "date" : "2021-07-10 20:05:00 +0000",
          "id" : "1d1fa914012125126d1a3656edc428859696f54f",
          "msg" : "Chorus fruit teleport (#5259)",
          "paths" : [
            {
              "editType" : "add",
              "file" : "src/Items/ItemChorusFruit.h"
            },
            {
              "editType" : "edit",
              "file" : "src/ClientHandle.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Pawn.cpp"
            },
            {
              "editType" : "edit",
              "file" : "src/Entities/Pawn.h"
            },
            {
              "editType" : "edit",
              "file" : "Server/Plugins/APIDump/APIDesc.lua"
            },
            {
              "editType" : "edit",
              "file" : "src/Items/CMakeLists.txt"
            },
            {
              "editType" : "edit",
              "file" : "src/Items/ItemHandler.cpp"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://builds.cuberite.org/user/github",
      "fullName" : "github"
    }
  ],
  "nextBuild" : {
    "number" : 16,
    "url" : "https://builds.cuberite.org/view/all/job/cuberite/view/default/job/master/16/"
  },
  "previousBuild" : {
    "number" : 14,
    "url" : "https://builds.cuberite.org/view/all/job/cuberite/view/default/job/master/14/"
  }
}