{
  "_class" : "hudson.maven.MavenModuleSetBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by md-5"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1647,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2a716bbc7f91887e31bbc37fb608581673893605",
            "branch" : [
              {
                "SHA1" : "2a716bbc7f91887e31bbc37fb608581673893605",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2a716bbc7f91887e31bbc37fb608581673893605",
            "branch" : [
              {
                "SHA1" : "2a716bbc7f91887e31bbc37fb608581673893605",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2a716bbc7f91887e31bbc37fb608581673893605",
        "branch" : [
          {
            "SHA1" : "2a716bbc7f91887e31bbc37fb608581673893605",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/SpigotMC/BungeeCord.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 74,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "BungeeCord.jar",
      "fileName" : "BungeeCord.jar",
      "relativePath" : "bootstrap/target/BungeeCord.jar"
    },
    {
      "displayPath" : "cmd_alert.jar",
      "fileName" : "cmd_alert.jar",
      "relativePath" : "module/cmd-alert/target/cmd_alert.jar"
    },
    {
      "displayPath" : "cmd_find.jar",
      "fileName" : "cmd_find.jar",
      "relativePath" : "module/cmd-find/target/cmd_find.jar"
    },
    {
      "displayPath" : "cmd_list.jar",
      "fileName" : "cmd_list.jar",
      "relativePath" : "module/cmd-list/target/cmd_list.jar"
    },
    {
      "displayPath" : "cmd_send.jar",
      "fileName" : "cmd_send.jar",
      "relativePath" : "module/cmd-send/target/cmd_send.jar"
    },
    {
      "displayPath" : "cmd_server.jar",
      "fileName" : "cmd_server.jar",
      "relativePath" : "module/cmd-server/target/cmd_server.jar"
    },
    {
      "displayPath" : "reconnect_yaml.jar",
      "fileName" : "reconnect_yaml.jar",
      "relativePath" : "module/reconnect-yaml/target/reconnect_yaml.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1647",
  "duration" : 135533,
  "estimatedDuration" : 237864,
  "executor" : None,
  "fullDisplayName" : "BungeeCord #1647",
  "id" : "1647",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1647,
  "queueId" : 1362,
  "result" : "SUCCESS",
  "timestamp" : 1656588158279,
  "url" : "https://hub.spigotmc.org/jenkins/view/All/job/BungeeCord/1647/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java",
          "chat/src/main/java/net/md_5/bungee/api/chat/ComponentBuilder.java",
          "chat/src/main/java/net/md_5/bungee/api/chat/TextComponent.java",
          "chat/src/main/java/net/md_5/bungee/api/chat/BaseComponent.java"
        ],
        "commitId" : "2a716bbc7f91887e31bbc37fb608581673893605",
        "timestamp" : 1656588136000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/github",
          "fullName" : "github"
        },
        "authorEmail" : "noreply@github.com",
        "comment" : "#3344: Fix legacy chat conversion losing format reset information.\u000a\u000aIn legacy chat format, colors and reset do not retain any formatting.\u000a\u000aIn order to prevent this behaviour from creating unnecessary long json containing many redundant `formatting: false`, the original `fromLegacyText(...)` idea was to just override the color to white and handle the format reset just internally.\u000a\u000aHowever eventual previous format rejection (aka reset) information was lost when appending multiple legacy format strings to a `ComponentBuilder`.\u000a\u000aWith this change we save the \"reset wish\" in the `BaseComponent` and update `ComponentBuilder`'s append function to not copy over formatting if the component has the reset flag set.\u000a",
        "date" : "2022-06-30 21:22:16 +1000",
        "id" : "2a716bbc7f91887e31bbc37fb608581673893605",
        "msg" : "#3344: Fix legacy chat conversion losing format reset information.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "chat/src/test/java/net/md_5/bungee/api/chat/ComponentsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "chat/src/main/java/net/md_5/bungee/api/chat/ComponentBuilder.java"
          },
          {
            "editType" : "edit",
            "file" : "chat/src/main/java/net/md_5/bungee/api/chat/TextComponent.java"
          },
          {
            "editType" : "edit",
            "file" : "chat/src/main/java/net/md_5/bungee/api/chat/BaseComponent.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/github",
      "fullName" : "github"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.6.3"
}