{
  "_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" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1068,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9cf57ca929934fb58463a1e654e81ec72451d894",
            "branch" : [
              {
                "SHA1" : "9cf57ca929934fb58463a1e654e81ec72451d894",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9cf57ca929934fb58463a1e654e81ec72451d894",
            "branch" : [
              {
                "SHA1" : "9cf57ca929934fb58463a1e654e81ec72451d894",
                "name" : "origin/master"
              }
            ]
          }
        },
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1129,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "903ada06f02924d160408a49bdf5b2609b409c4a",
            "branch" : [
              {
                "SHA1" : "903ada06f02924d160408a49bdf5b2609b409c4a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "903ada06f02924d160408a49bdf5b2609b409c4a",
            "branch" : [
              {
                "SHA1" : "903ada06f02924d160408a49bdf5b2609b409c4a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "903ada06f02924d160408a49bdf5b2609b409c4a",
        "branch" : [
          {
            "SHA1" : "903ada06f02924d160408a49bdf5b2609b409c4a",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://github.com/SpigotMC/BungeeCord.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 43,
      "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" : "#1129",
  "duration" : 163497,
  "estimatedDuration" : 237864,
  "executor" : None,
  "fullDisplayName" : "BungeeCord #1129",
  "id" : "1129",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1129,
  "queueId" : 96,
  "result" : "SUCCESS",
  "timestamp" : 1457035891032,
  "url" : "https://hub.spigotmc.org/jenkins/view/All/job/BungeeCord/1129/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "proxy/src/main/java/net/md_5/bungee/UserConnection.java"
        ],
        "commitId" : "903ada06f02924d160408a49bdf5b2609b409c4a",
        "timestamp" : 1456996259000,
        "author" : {
          "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
          "fullName" : "md_5"
        },
        "authorEmail" : "git@md-5.net",
        "comment" : "Sould break the priority lookup after server found\u000a\u000aIf the list would look like this\u000a\u000a- test1 -> 1.8 -> ServerKickEvent cancelled -> reason set to \"outdated\"\u000a- test2 -> 1.8\u000a- test3 -> 1.9\u000a\u000aand a player joins with version 1.8 he would never be connected to test2 because the server test2 is not equal to test1 and the server test3 is not equal to test1.\u000aSo test3 is the last in the while loop and would be used also if another server with higher priority matches the requirements.\u000a",
        "date" : "2016-03-03T20:10:59+1100",
        "id" : "903ada06f02924d160408a49bdf5b2609b409c4a",
        "msg" : "Sould break the priority lookup after server found",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "proxy/src/main/java/net/md_5/bungee/UserConnection.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://hub.spigotmc.org/jenkins/user/md_5",
      "fullName" : "md_5"
    }
  ],
  "mavenArtifacts" : {
    
  },
  "mavenVersionUsed" : "3.0.4"
}