{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 665",
          "upstreamBuild" : 665,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 665,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "b420bdc90195bf952050a77d3b6fb33497bb3590",
            "branch" : [
              {
                "SHA1" : "b420bdc90195bf952050a77d3b6fb33497bb3590",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "b420bdc90195bf952050a77d3b6fb33497bb3590",
            "branch" : [
              {
                "SHA1" : "b420bdc90195bf952050a77d3b6fb33497bb3590",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "b420bdc90195bf952050a77d3b6fb33497bb3590",
        "branch" : [
          {
            "SHA1" : "b420bdc90195bf952050a77d3b6fb33497bb3590",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/joal.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#665",
  "duration" : 46220,
  "estimatedDuration" : 196320,
  "executor" : None,
  "fullDisplayName" : "joal » android-arm64 #665",
  "id" : "665",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 665,
  "queueId" : 42,
  "result" : "ABORTED",
  "timestamp" : 1674247754266,
  "url" : "https://jogamp.org/chuck/job/joal/label=android-arm64/665/",
  "builtOn" : "androidArm64-jogamp-aarch64-sgothel-041",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/openal/Debug.java",
          "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
        ],
        "commitId" : "7e6319105d606706cc3154af2213125b72e85066",
        "timestamp" : 1673728189000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()\u000a",
        "date" : "2023-01-14 21:29:49 +0100",
        "id" : "7e6319105d606706cc3154af2213125b72e85066",
        "msg" : "Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/openal/Debug.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.joal.all.ios.amd64.sh",
          "make/scripts/make.joal.all.ios.arm64.sh",
          "make/scripts/make.joal.all.win64.bat",
          ".gitignore",
          "make/scripts/make.joal.all.macosx.sh",
          "make/scripts/make.joal.all.win32.bat"
        ],
        "commitId" : "30368d69ec33f006b901c6888ce9876c12b0e6af",
        "timestamp" : 1673752118000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API\u000a",
        "date" : "2023-01-15 04:08:38 +0100",
        "id" : "30368d69ec33f006b901c6888ce9876c12b0e6af",
        "msg" : "Build scripts: MacOS + Windows: Use JDK-17 to build our Java-1.8 API",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.ios.amd64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.ios.arm64.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.win64.bat"
          },
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.macosx.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml"
        ],
        "commitId" : "3054edbdf08cb484a632cd1e2915001a7e8d72a6",
        "timestamp" : 1673986958000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Windows: Use mingw32-make.exe\u000a",
        "date" : "2023-01-17 21:22:38 +0100",
        "id" : "3054edbdf08cb484a632cd1e2915001a7e8d72a6",
        "msg" : "Windows: Use mingw32-make.exe",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.joal.all.win32.bat",
          "make/scripts/make.joal.all.win64.bat"
        ],
        "commitId" : "fcfc7688c54988acb420f30fbda226fd2368c04f",
        "timestamp" : 1673986977000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Update Windows build scripts\u000a",
        "date" : "2023-01-17 21:22:57 +0100",
        "id" : "fcfc7688c54988acb420f30fbda226fd2368c04f",
        "msg" : "Update Windows build scripts",
        "paths" : [
          {
            "editType" : "delete",
            "file" : "make/scripts/make.joal.all.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.win64.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/check-java-major-version.sh"
        ],
        "commitId" : "b420bdc90195bf952050a77d3b6fb33497bb3590",
        "timestamp" : 1674184341000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "check-java-major-version.sh: Use unique output to validate one class version used (52 for Java8)\u000a",
        "date" : "2023-01-20 04:12:21 +0100",
        "id" : "b420bdc90195bf952050a77d3b6fb33497bb3590",
        "msg" : "check-java-major-version.sh: Use unique output to validate one class version used (52 for Java8)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/check-java-major-version.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}