{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jocl_onmaster\" build number 389",
          "upstreamBuild" : 389,
          "upstreamProject" : "jocl_onmaster",
          "upstreamUrl" : "job/jocl_onmaster/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 389,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "9da4a530776f1f7de032fe1ae9040bd9f82151fe",
            "branch" : [
              {
                "SHA1" : "9da4a530776f1f7de032fe1ae9040bd9f82151fe",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "9da4a530776f1f7de032fe1ae9040bd9f82151fe",
            "branch" : [
              {
                "SHA1" : "9da4a530776f1f7de032fe1ae9040bd9f82151fe",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "9da4a530776f1f7de032fe1ae9040bd9f82151fe",
        "branch" : [
          {
            "SHA1" : "9da4a530776f1f7de032fe1ae9040bd9f82151fe",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jocl.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "artifact.properties",
      "fileName" : "artifact.properties",
      "relativePath" : "build/artifact.properties"
    },
    {
      "displayPath" : "javadoc.7z",
      "fileName" : "javadoc.7z",
      "relativePath" : "build/javadoc.7z"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#389",
  "duration" : 101743,
  "estimatedDuration" : 72174,
  "executor" : None,
  "fullDisplayName" : "jocl_onmaster » linux-x86_64-master-001 #389",
  "id" : "389",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 389,
  "queueId" : 573,
  "result" : "SUCCESS",
  "timestamp" : 1753154825309,
  "url" : "https://jogamp.org/chuck/job/jocl_onmaster/label=linux-x86_64-master-001/389/",
  "builtOn" : "linux-x86_64-master-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml"
        ],
        "commitId" : "1797ef6a9b9fc20f0c3390c176b14a55a35a05cb",
        "timestamp" : 1753116970000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Remove maven '-android' aliasing, our make-copy-jars-one handles it\u000a",
        "date" : "2025-07-21 18:56:10 +0200",
        "id" : "1797ef6a9b9fc20f0c3390c176b14a55a35a05cb",
        "msg" : "Remove maven '-android' aliasing, our make-copy-jars-one handles it",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/com/jogamp/opencl/CLProgram.java",
          "make/build.xml",
          "make/build-test.xml",
          "src/com/jogamp/opencl/InternalBufferUtil.java"
        ],
        "commitId" : "00424ba43a5d8aafa1cd3b5915162ee329c897d6",
        "timestamp" : 1753151238000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1523: Java8 build setup using target.releaselevel=8 (gluegen default) and replace InternalBufferUtil w/ UnsafeUtil\u000a",
        "date" : "2025-07-22 04:27:18 +0200",
        "id" : "00424ba43a5d8aafa1cd3b5915162ee329c897d6",
        "msg" : "Bug 1523: Java8 build setup using target.releaselevel=8 (gluegen default) and replace InternalBufferUtil w/ UnsafeUtil",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/com/jogamp/opencl/CLProgram.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "delete",
            "file" : "src/com/jogamp/opencl/InternalBufferUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml",
          "make/build-test.xml"
        ],
        "commitId" : "b5c851eeea95449798a3124adf73ab86b2efc177",
        "timestamp" : 1753151254000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix whitespace of build*.xml files\u000a",
        "date" : "2025-07-22 04:27:34 +0200",
        "id" : "b5c851eeea95449798a3124adf73ab86b2efc177",
        "msg" : "Fix whitespace of build*.xml files",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".settings/org.eclipse.jdt.core.prefs"
        ],
        "commitId" : "9da4a530776f1f7de032fe1ae9040bd9f82151fe",
        "timestamp" : 1753151275000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1523: Eclipse Java8 settings\u000a",
        "date" : "2025-07-22 04:27:55 +0200",
        "id" : "9da4a530776f1f7de032fe1ae9040bd9f82151fe",
        "msg" : "Bug 1523: Eclipse Java8 settings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".settings/org.eclipse.jdt.core.prefs"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}