{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "com.cloudbees.jenkins.GitHubPushCause",
          "shortDescription" : "Started by GitHub push by CodeCrafter47"
        },
        {
          "_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" : 691,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bcfa8be041887820a9fade9f192cf5dc187e9efb",
            "branch" : [
              {
                "SHA1" : "bcfa8be041887820a9fade9f192cf5dc187e9efb",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bcfa8be041887820a9fade9f192cf5dc187e9efb",
            "branch" : [
              {
                "SHA1" : "bcfa8be041887820a9fade9f192cf5dc187e9efb",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "bcfa8be041887820a9fade9f192cf5dc187e9efb",
        "branch" : [
          {
            "SHA1" : "bcfa8be041887820a9fade9f192cf5dc187e9efb",
            "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" : 1,
      "skipCount" : 0,
      "totalCount" : 98,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "BungeeTabListPlus_BukkitBridge-2.8.0-SNAPSHOT.jar",
      "fileName" : "BungeeTabListPlus_BukkitBridge-2.8.0-SNAPSHOT.jar",
      "relativePath" : "bootstrap-bukkit/target/BungeeTabListPlus_BukkitBridge-2.8.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "BungeeTabListPlus-2.8.0-SNAPSHOT.jar",
      "fileName" : "BungeeTabListPlus-2.8.0-SNAPSHOT.jar",
      "relativePath" : "bootstrap-bungee/target/BungeeTabListPlus-2.8.0-SNAPSHOT.jar"
    },
    {
      "displayPath" : "BungeeTabListPlus-2.8.0-SNAPSHOT-debug.jar",
      "fileName" : "BungeeTabListPlus-2.8.0-SNAPSHOT-debug.jar",
      "relativePath" : "bootstrap-bungee-debug/target/BungeeTabListPlus-2.8.0-SNAPSHOT-debug.jar"
    },
    {
      "displayPath" : "version.properties",
      "fileName" : "version.properties",
      "relativePath" : "bungee/target/classes/version.properties"
    },
    {
      "displayPath" : "BungeeTabListPlus_SpongeBridge-2.8.0-SNAPSHOT.jar",
      "fileName" : "BungeeTabListPlus_SpongeBridge-2.8.0-SNAPSHOT.jar",
      "relativePath" : "sponge/target/BungeeTabListPlus_SpongeBridge-2.8.0-SNAPSHOT.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#691",
  "duration" : 425587,
  "estimatedDuration" : 69751,
  "executor" : None,
  "fullDisplayName" : "BungeeTabListPlus #691",
  "id" : "691",
  "keepLog" : False,
  "number" : 691,
  "queueId" : 33,
  "result" : "UNSTABLE",
  "timestamp" : 1498899129865,
  "url" : "https://ci.codecrafter47.de/job/BungeeTabListPlus/691/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "bungee/src/main/java/codecrafter47/bungeetablistplus/expression/Expression.java"
        ],
        "commitId" : "bcfa8be041887820a9fade9f192cf5dc187e9efb",
        "timestamp" : 1498899116000,
        "author" : {
          "absoluteUrl" : "https://ci.codecrafter47.de/user/flo.e3",
          "fullName" : "Flo.e3"
        },
        "authorEmail" : "Flo.e3@gmx.de",
        "comment" : "Changes in text to number conversions; see #174 and #204\u000aThe plugin now attempts to parse a number at the beginning of the text. \u000aIt may not use the entire string to create the number. It still uses the \u000ador `.` as decimal separator.\u000aThe changed behaviour has a number of benefits:\u000a1. Comparison of numbers with locale specific formatting.\u000a  I your locale uses a `,` as decimal separator, then previous versions\u000a  of the plugin could not compare values of some placeholders\u000a  (like tps) using the < and > operators. Now 17,8 is parsed as 17\u000a  which allows comparison to other values. While some information is\u000a  lost I think this still very useful.\u000a2. Minecraft version number comparison.\u000a  Minecraft version numbers are now treated a numbers, which makes it\u000a  easier to compare them using < and >. However beware that you can\u000a  only compare the major.minor version, i.e. 1.11.2 is parse as 1.11,\u000a  thus when using < and > there is no distinction between 1.11.1 and\u000a  1.11.2. Second caveat is that 1.8 is greater than 1.11 cause that's\u000a  how numbers work. I still think this can be useful in a number cases\u000a  where you previously had to use the == operator to compare the\u000a  client's version against a high number of version numbers.\u000a",
        "date" : "2017-07-01 10:51:56 +0200",
        "id" : "bcfa8be041887820a9fade9f192cf5dc187e9efb",
        "msg" : "Changes in text to number conversions; see #174 and #204",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "bungee/src/main/java/codecrafter47/bungeetablistplus/expression/Expression.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://ci.codecrafter47.de/user/flo.e3",
      "fullName" : "Flo.e3"
    }
  ]
}