{
  "_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" : 20114,
      "executingTimeMillis" : 20114,
      "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" : 119,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "29437aa993b1f9307347c4e5c985c114a937b00a",
            "branch" : [
              {
                "SHA1" : "29437aa993b1f9307347c4e5c985c114a937b00a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "29437aa993b1f9307347c4e5c985c114a937b00a",
            "branch" : [
              {
                "SHA1" : "29437aa993b1f9307347c4e5c985c114a937b00a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "29437aa993b1f9307347c4e5c985c114a937b00a",
        "branch" : [
          {
            "SHA1" : "29437aa993b1f9307347c4e5c985c114a937b00a",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/threerings/getdown.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.disk_usage.BuildDiskUsageAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "getdown-ant-1.8.7-SNAPSHOT.jar",
      "fileName" : "getdown-ant-1.8.7-SNAPSHOT.jar",
      "relativePath" : "ant/target/getdown-ant-1.8.7-SNAPSHOT.jar"
    },
    {
      "displayPath" : "foo.jar",
      "fileName" : "foo.jar",
      "relativePath" : "core/src/it/resources/testapp/foo.jar"
    },
    {
      "displayPath" : "testapp.jar",
      "fileName" : "testapp.jar",
      "relativePath" : "core/src/it/resources/testapp/testapp.jar"
    },
    {
      "displayPath" : "getdown-core-1.8.7-SNAPSHOT.jar",
      "fileName" : "getdown-core-1.8.7-SNAPSHOT.jar",
      "relativePath" : "core/target/getdown-core-1.8.7-SNAPSHOT.jar"
    },
    {
      "displayPath" : "getdown-launcher-1.8.7-SNAPSHOT.jar",
      "fileName" : "getdown-launcher-1.8.7-SNAPSHOT.jar",
      "relativePath" : "launcher/target/getdown-launcher-1.8.7-SNAPSHOT.jar"
    },
    {
      "displayPath" : "getdown-launcher-1.8.7-SNAPSHOT_proguard_base.jar",
      "fileName" : "getdown-launcher-1.8.7-SNAPSHOT_proguard_base.jar",
      "relativePath" : "launcher/target/getdown-launcher-1.8.7-SNAPSHOT_proguard_base.jar"
    },
    {
      "displayPath" : "jregistrykey-1.0.jar",
      "fileName" : "jregistrykey-1.0.jar",
      "relativePath" : "lib/jregistrykey/jregistrykey/1.0/jregistrykey-1.0.jar"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#119",
  "duration" : 20114,
  "estimatedDuration" : 52526,
  "executor" : None,
  "fullDisplayName" : "com.threerings.getdown #119",
  "id" : "119",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 119,
  "queueId" : 1970,
  "result" : "FAILURE",
  "timestamp" : 1653442090898,
  "url" : "https://consolving.de/jenkins/view/all/job/com.threerings.getdown/119/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "launcher/pom.xml"
        ],
        "commitId" : "26d559e5c25dc21736b7df6b345eaec7ed04604d",
        "timestamp" : 1653413098000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/mdb",
          "fullName" : "mdb"
        },
        "authorEmail" : "mdb@samskivert.com",
        "comment" : "Upgrade Proguard to a version that supports Java 18.\u000aFor unfortunate reasons, we have to add a separate (build-time)\u000adependency on proguard-core, code from which proguard-base relies on but\u000aneither includes directly nor expresses as a dependency.\u000aHow is it in the year of our lord two thousand and twenty two, we are\u000astill making such basic build errors in our Maven plugins and POM files?\u000a",
        "date" : "2022-05-24 10:24:58 -0700",
        "id" : "26d559e5c25dc21736b7df6b345eaec7ed04604d",
        "msg" : "Upgrade Proguard to a version that supports Java 18.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "launcher/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/src/main/java/com/threerings/getdown/data/ClassPath.java"
        ],
        "commitId" : "fda9590d21469d294dd4cd7ff0ead7e3e8e8cbff",
        "timestamp" : 1653413443000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/mdb",
          "fullName" : "mdb"
        },
        "authorEmail" : "mdb@samskivert.com",
        "comment" : "Fix Javadoc error.\u000a",
        "date" : "2022-05-24 10:30:43 -0700",
        "id" : "fda9590d21469d294dd4cd7ff0ead7e3e8e8cbff",
        "msg" : "Fix Javadoc error.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "core/src/main/java/com/threerings/getdown/data/ClassPath.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "089761da24eb0d4ba0c8e80f4354fb853a55c02e",
        "timestamp" : 1653413944000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/mdb",
          "fullName" : "mdb"
        },
        "authorEmail" : "mdb@samskivert.com",
        "comment" : "Update nexus-staging-maven-plugin to 1.6.13.\u000aIn hopes that it works properly with Java 18. Let's find out!\u000a",
        "date" : "2022-05-24 10:39:04 -0700",
        "id" : "089761da24eb0d4ba0c8e80f4354fb853a55c02e",
        "msg" : "Update nexus-staging-maven-plugin to 1.6.13.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/pom.xml",
          "pom.xml",
          "ant/pom.xml",
          "launcher/pom.xml"
        ],
        "commitId" : "425e0d0c87c78d122d84ffbc1aa1531f974f8452",
        "timestamp" : 1653414154000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/mdb",
          "fullName" : "mdb"
        },
        "authorEmail" : "mdb@samskivert.com",
        "comment" : "[maven-release-plugin] prepare release getdown-1.8.7\u000a",
        "date" : "2022-05-24 10:42:34 -0700",
        "id" : "425e0d0c87c78d122d84ffbc1aa1531f974f8452",
        "msg" : "[maven-release-plugin] prepare release getdown-1.8.7",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "core/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "launcher/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ant/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/pom.xml",
          "pom.xml",
          "ant/pom.xml",
          "launcher/pom.xml"
        ],
        "commitId" : "d41a817b55b77feca824e9776032328e3bfc14d8",
        "timestamp" : 1653414156000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/mdb",
          "fullName" : "mdb"
        },
        "authorEmail" : "mdb@samskivert.com",
        "comment" : "[maven-release-plugin] prepare for next development iteration\u000a",
        "date" : "2022-05-24 10:42:36 -0700",
        "id" : "d41a817b55b77feca824e9776032328e3bfc14d8",
        "msg" : "[maven-release-plugin] prepare for next development iteration",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "launcher/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "core/pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "ant/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "CHANGELOG.md"
        ],
        "commitId" : "29437aa993b1f9307347c4e5c985c114a937b00a",
        "timestamp" : 1653415212000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/mdb",
          "fullName" : "mdb"
        },
        "authorEmail" : "mdb@samskivert.com",
        "comment" : "Update the CHANGELOG with the shipped changes.\u000a",
        "date" : "2022-05-24 11:00:12 -0700",
        "id" : "29437aa993b1f9307347c4e5c985c114a937b00a",
        "msg" : "Update the CHANGELOG with the shipped changes.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "CHANGELOG.md"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/mdb",
      "fullName" : "mdb"
    }
  ]
}