{
  "_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" : 67564,
      "executingTimeMillis" : 67564,
      "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" : 117,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "cb114746a6dda8d0bb4ceb049a6a3ccaa3651e2a",
            "branch" : [
              {
                "SHA1" : "cb114746a6dda8d0bb4ceb049a6a3ccaa3651e2a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "cb114746a6dda8d0bb4ceb049a6a3ccaa3651e2a",
            "branch" : [
              {
                "SHA1" : "cb114746a6dda8d0bb4ceb049a6a3ccaa3651e2a",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "cb114746a6dda8d0bb4ceb049a6a3ccaa3651e2a",
        "branch" : [
          {
            "SHA1" : "cb114746a6dda8d0bb4ceb049a6a3ccaa3651e2a",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/threerings/getdown.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 48,
      "urlName" : "testReport"
    },
    {
      "_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" : "#117",
  "duration" : 67564,
  "estimatedDuration" : 52526,
  "executor" : None,
  "fullDisplayName" : "com.threerings.getdown #117",
  "id" : "117",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 117,
  "queueId" : 1848,
  "result" : "SUCCESS",
  "timestamp" : 1648344487265,
  "url" : "https://consolving.de/jenkins/job/com.threerings.getdown/117/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "core/src/main/java/com/threerings/getdown/data/ClassPath.java",
          "core/src/test/java/com/threerings/getdown/data/ClassPathTest.java",
          "core/src/test/java/com/threerings/getdown/data/PathBuilderTest.java",
          "core/src/main/java/com/threerings/getdown/data/Application.java"
        ],
        "commitId" : "9a99f4e27de2e5c01f417869623e430887e87fe0",
        "timestamp" : 1645190909000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/be.koenig",
          "fullName" : "be.koenig"
        },
        "authorEmail" : "be.koenig@lvm.de",
        "comment" : "Use relative paths in classpath to shorten execution line on large apps\u000a",
        "date" : "2022-02-18 14:28:29 +0100",
        "id" : "9a99f4e27de2e5c01f417869623e430887e87fe0",
        "msg" : "Use relative paths in classpath to shorten execution line on large apps",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "core/src/test/java/com/threerings/getdown/data/ClassPathTest.java"
          },
          {
            "editType" : "edit",
            "file" : "core/src/test/java/com/threerings/getdown/data/PathBuilderTest.java"
          },
          {
            "editType" : "edit",
            "file" : "core/src/main/java/com/threerings/getdown/data/Application.java"
          },
          {
            "editType" : "edit",
            "file" : "core/src/main/java/com/threerings/getdown/data/ClassPath.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/be.koenig",
      "fullName" : "be.koenig"
    }
  ]
}