{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 1725,
      "executingTimeMillis" : 1725,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 13,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1ba3badfc5bce6855cab7405c6d69b2921e8c51d",
            "branch" : [
              {
                "SHA1" : "1ba3badfc5bce6855cab7405c6d69b2921e8c51d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1ba3badfc5bce6855cab7405c6d69b2921e8c51d",
            "branch" : [
              {
                "SHA1" : "1ba3badfc5bce6855cab7405c6d69b2921e8c51d",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1ba3badfc5bce6855cab7405c6d69b2921e8c51d",
        "branch" : [
          {
            "SHA1" : "1ba3badfc5bce6855cab7405c6d69b2921e8c51d",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/benfortuna/mstor.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.disk_usage.BuildDiskUsageAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#13",
  "duration" : 1725,
  "estimatedDuration" : 29272,
  "executor" : None,
  "fullDisplayName" : "org.mnode.mstor #13",
  "id" : "13",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 13,
  "queueId" : 1736,
  "result" : "FAILURE",
  "timestamp" : 1642812188603,
  "url" : "https://consolving.de/jenkins/view/all/job/org.mnode.mstor/13/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "build.gradle"
        ],
        "commitId" : "42693d7052aa6a1fd8e2980b2b9d1cb66884acf5",
        "timestamp" : 1642686236000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/bfortuna",
          "fullName" : "bfortuna"
        },
        "authorEmail" : "bfortuna@odecee.com.au",
        "comment" : "Added release flag for full compatibility with java 8 even when compiled\u000awith newer versions\u000a",
        "date" : "2022-01-21 00:43:56 +1100",
        "id" : "42693d7052aa6a1fd8e2980b2b9d1cb66884acf5",
        "msg" : "Added release flag for full compatibility with java 8 even when compiled",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "build.gradle"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/net/fortuna/mstor/data/MboxFile.java"
        ],
        "commitId" : "74320078bbd6378e7721d0eb57044136f01e1bb3",
        "timestamp" : 1642807287000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/bfortuna",
          "fullName" : "bfortuna"
        },
        "authorEmail" : "bfortuna@odecee.com.au",
        "comment" : "Use a set to record message positions to avoid duplicate message indexes\u000a",
        "date" : "2022-01-22 10:21:27 +1100",
        "id" : "74320078bbd6378e7721d0eb57044136f01e1bb3",
        "msg" : "Use a set to record message positions to avoid duplicate message indexes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/net/fortuna/mstor/data/MboxFile.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/net/fortuna/mstor/data/MboxFile.java"
        ],
        "commitId" : "7d7b04c03b8bdf273285d71033e36a0724252fba",
        "timestamp" : 1642809765000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/bfortuna",
          "fullName" : "bfortuna"
        },
        "authorEmail" : "bfortuna@odecee.com.au",
        "comment" : "Refined approach to avoid duplicate message indexes\u000a",
        "date" : "2022-01-22 11:02:45 +1100",
        "id" : "7d7b04c03b8bdf273285d71033e36a0724252fba",
        "msg" : "Refined approach to avoid duplicate message indexes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/net/fortuna/mstor/data/MboxFile.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/github",
      "fullName" : "github"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/benfortuna",
      "fullName" : "benfortuna"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/bfortuna",
      "fullName" : "bfortuna"
    }
  ]
}