{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by CodeCrafter47"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 510,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "d65b2977006470aee77f041a36e7ad7150414fe4",
            "branch" : [
              {
                "SHA1" : "d65b2977006470aee77f041a36e7ad7150414fe4",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "d65b2977006470aee77f041a36e7ad7150414fe4",
            "branch" : [
              {
                "SHA1" : "d65b2977006470aee77f041a36e7ad7150414fe4",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "d65b2977006470aee77f041a36e7ad7150414fe4",
        "branch" : [
          {
            "SHA1" : "d65b2977006470aee77f041a36e7ad7150414fe4",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/CodeCrafter47/BungeeTabListPlus.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.maven.reporters.MavenAggregatedArtifactRecord"
    },
    {
      "_class" : "hudson.maven.reporters.SurefireAggregatedReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 31,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "BungeeTabListPlus_BukkitBridge-2.4.6-SNAPSHOT.jar",
      "fileName" : "BungeeTabListPlus_BukkitBridge-2.4.6-SNAPSHOT.jar",
      "relativePath" : "bootstrap-bukkit/target/BungeeTabListPlus_BukkitBridge-2.4.6-SNAPSHOT.jar"
    },
    {
      "displayPath" : "BungeeTabListPlus-2.4.6-SNAPSHOT.jar",
      "fileName" : "BungeeTabListPlus-2.4.6-SNAPSHOT.jar",
      "relativePath" : "bootstrap-bungee/target/BungeeTabListPlus-2.4.6-SNAPSHOT.jar"
    },
    {
      "displayPath" : "version.properties",
      "fileName" : "version.properties",
      "relativePath" : "bungee/target/classes/version.properties"
    },
    {
      "displayPath" : "BungeeTabListPlus_SpongeBridge-2.4.6-SNAPSHOT.jar",
      "fileName" : "BungeeTabListPlus_SpongeBridge-2.4.6-SNAPSHOT.jar",
      "relativePath" : "sponge/target/BungeeTabListPlus_SpongeBridge-2.4.6-SNAPSHOT.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#510",
  "duration" : 128376,
  "estimatedDuration" : 69751,
  "executor" : None,
  "fullDisplayName" : "BungeeTabListPlus #510",
  "id" : "510",
  "keepLog" : False,
  "number" : 510,
  "queueId" : 92,
  "result" : "SUCCESS",
  "timestamp" : 1465590877451,
  "url" : "https://ci.codecrafter47.de/job/BungeeTabListPlus/510/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml",
          "bungee/pom.xml"
        ],
        "commitId" : "401fcca463627e5cf32de428e527ae7c1c9f8a77",
        "timestamp" : 1465545651000,
        "author" : {
          "absoluteUrl" : "https://ci.codecrafter47.de/user/flo.e3",
          "fullName" : "Flo.e3"
        },
        "authorEmail" : "Flo.e3@gmx.de",
        "comment" : "cleanup pom\u000a",
        "date" : "2016-06-10 10:00:51 +0200",
        "id" : "401fcca463627e5cf32de428e527ae7c1c9f8a77",
        "msg" : "cleanup pom",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "bungee/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "legacy/pom.xml",
          "pom.xml"
        ],
        "commitId" : "9fd965285ab97b887af84e691c6f2fe11000c011",
        "timestamp" : 1465545677000,
        "author" : {
          "absoluteUrl" : "https://ci.codecrafter47.de/user/flo.e3",
          "fullName" : "Flo.e3"
        },
        "authorEmail" : "Flo.e3@gmx.de",
        "comment" : "remove legacy module\u000a",
        "date" : "2016-06-10 10:01:17 +0200",
        "id" : "9fd965285ab97b887af84e691c6f2fe11000c011",
        "msg" : "remove legacy module",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "legacy/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "api-sponge/src/main/java/codecrafter47/bungeetablistplus/api/sponge/BungeeTabListPlusSpongeAPI.java",
          "sponge/src/main/java-templates/codecrafter47/bungeetablistplus/spongebridge/PomData.java",
          "sponge/src/main/java/codecrafter47/bungeetablistplus/spongebridge/SpongePlugin.java",
          "api-sponge/src/main/java/codecrafter47/bungeetablistplus/api/sponge/Variable.java",
          "sponge/src/main/java/codecrafter47/bungeetablistplus/spongebridge/ChannelBufInputStream.java",
          "sponge/src/main/java/codecrafter47/bungeetablistplus/spongebridge/ChannelBufOutputStream.java",
          "sponge/pom.xml",
          "pom.xml",
          "api-sponge/pom.xml"
        ],
        "commitId" : "d65b2977006470aee77f041a36e7ad7150414fe4",
        "timestamp" : 1465590862000,
        "author" : {
          "absoluteUrl" : "https://ci.codecrafter47.de/user/flo.e3",
          "fullName" : "Flo.e3"
        },
        "authorEmail" : "Flo.e3@gmx.de",
        "comment" : "add sponge bridge; closes #98\u000a",
        "date" : "2016-06-10 22:34:22 +0200",
        "id" : "d65b2977006470aee77f041a36e7ad7150414fe4",
        "msg" : "add sponge bridge; closes #98",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "add",
            "file" : "api-sponge/src/main/java/codecrafter47/bungeetablistplus/api/sponge/Variable.java"
          },
          {
            "editType" : "add",
            "file" : "sponge/src/main/java/codecrafter47/bungeetablistplus/spongebridge/SpongePlugin.java"
          },
          {
            "editType" : "add",
            "file" : "sponge/src/main/java/codecrafter47/bungeetablistplus/spongebridge/ChannelBufOutputStream.java"
          },
          {
            "editType" : "add",
            "file" : "api-sponge/src/main/java/codecrafter47/bungeetablistplus/api/sponge/BungeeTabListPlusSpongeAPI.java"
          },
          {
            "editType" : "add",
            "file" : "sponge/src/main/java-templates/codecrafter47/bungeetablistplus/spongebridge/PomData.java"
          },
          {
            "editType" : "add",
            "file" : "sponge/src/main/java/codecrafter47/bungeetablistplus/spongebridge/ChannelBufInputStream.java"
          },
          {
            "editType" : "add",
            "file" : "api-sponge/pom.xml"
          },
          {
            "editType" : "add",
            "file" : "sponge/pom.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.codecrafter47.de/user/flo.e3@gmx.de",
      "fullName" : "flo.e3@gmx.de"
    }
  ]
}