{
  "_class" : "hudson.maven.MavenBuild",
  "actions" : [
    {
      "_class" : "hudson.maven.reporters.SurefireReport",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 1,
      "urlName" : "testReport"
    },
    {
      "_class" : "hudson.maven.reporters.MavenArtifactRecord",
      "url" : "https://www.iani.de/jenkins/job/LogBlock/de.diddiz$logblock/21/mavenArtifacts/"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "logblock-1.13.1-SNAPSHOT.jar",
      "fileName" : "logblock-1.13.1-SNAPSHOT.jar",
      "relativePath" : "de.diddiz/logblock/1.13.1-SNAPSHOT/logblock-1.13.1-SNAPSHOT.jar"
    },
    {
      "displayPath" : "logblock-1.13.1-SNAPSHOT.pom",
      "fileName" : "logblock-1.13.1-SNAPSHOT.pom",
      "relativePath" : "de.diddiz/logblock/1.13.1-SNAPSHOT/logblock-1.13.1-SNAPSHOT.pom"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#21",
  "duration" : 7821,
  "estimatedDuration" : 7659,
  "executor" : None,
  "fullDisplayName" : "LogBlock » LogBlock #21",
  "id" : "21",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 21,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1536798584188,
  "url" : "https://www.iani.de/jenkins/job/LogBlock/de.diddiz$logblock/21/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.maven.FilteredChangeLogSet",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/diddiz/LogBlock/Actor.java"
        ],
        "commitId" : "2bb9e099592b7cb456832bc8b1a83893c333e247",
        "timestamp" : 1536797073000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Cleanup Actor.equals() and .hashCode() + some formatting\u000a",
        "date" : "2018-09-13 02:04:33 +0200",
        "id" : "2bb9e099592b7cb456832bc8b1a83893c333e247",
        "msg" : "Cleanup Actor.equals() and .hashCode() + some formatting",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/diddiz/LogBlock/Actor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/diddiz/LogBlock/Consumer.java"
        ],
        "commitId" : "0bdeb7dc86b8e0b09269a86aaa80be63b6bc0a9b",
        "timestamp" : 1536797839000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Escape UUID in database querys\u000a",
        "date" : "2018-09-13 02:17:19 +0200",
        "id" : "0bdeb7dc86b8e0b09269a86aaa80be63b6bc0a9b",
        "msg" : "Escape UUID in database querys",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/diddiz/LogBlock/Consumer.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/diddiz/LogBlock/Actor.java"
        ],
        "commitId" : "faaab7c4f64759cce3dcb634f789af7d059e2336",
        "timestamp" : 1536798334000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Limit UUIDs to 36 chars + prevent null UUIDs\u000a",
        "date" : "2018-09-13 02:25:34 +0200",
        "id" : "faaab7c4f64759cce3dcb634f789af7d059e2336",
        "msg" : "Limit UUIDs to 36 chars + prevent null UUIDs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/diddiz/LogBlock/Actor.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/de/diddiz/LogBlock/Consumer.java"
        ],
        "commitId" : "421f16784f224094eb416d6e3f454b7ff1b1a22a",
        "timestamp" : 1536798561000,
        "author" : {
          "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
          "fullName" : "Brokkonaut"
        },
        "authorEmail" : "hannos17@gmx.de",
        "comment" : "Don't try to process row if actors could not be inserted\u000a",
        "date" : "2018-09-13 02:29:21 +0200",
        "id" : "421f16784f224094eb416d6e3f454b7ff1b1a22a",
        "msg" : "Don't try to process row if actors could not be inserted",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/de/diddiz/LogBlock/Consumer.java"
          }
        ]
      }
    ],
    "kind" : None
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://www.iani.de/jenkins/user/brokkonaut",
      "fullName" : "Brokkonaut"
    }
  ],
  "mavenArtifacts" : {
    "url" : "https://www.iani.de/jenkins/job/LogBlock/de.diddiz$logblock/21/mavenArtifacts/"
  }
}