{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen_onmaster\" build number 110",
          "upstreamBuild" : 110,
          "upstreamProject" : "gluegen_onmaster",
          "upstreamUrl" : "job/gluegen_onmaster/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 110,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a235ae5dae463afa16f62f48bf62f896efa80b68",
            "branch" : [
              {
                "SHA1" : "a235ae5dae463afa16f62f48bf62f896efa80b68",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a235ae5dae463afa16f62f48bf62f896efa80b68",
            "branch" : [
              {
                "SHA1" : "a235ae5dae463afa16f62f48bf62f896efa80b68",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a235ae5dae463afa16f62f48bf62f896efa80b68",
        "branch" : [
          {
            "SHA1" : "a235ae5dae463afa16f62f48bf62f896efa80b68",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "linux-x86_64-master-001",
  "duration" : 51335,
  "estimatedDuration" : 220134,
  "executor" : None,
  "fullDisplayName" : "gluegen_onmaster » linux-x86_64-master-001 linux-x86_64-master-001",
  "id" : "110",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 110,
  "queueId" : 1068,
  "result" : "SUCCESS",
  "timestamp" : 1692362503829,
  "url" : "https://jogamp.org/chuck/job/gluegen_onmaster/label=linux-x86_64-master-001/110/",
  "builtOn" : "linux-x86_64-master-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/manual/index.html"
        ],
        "commitId" : "9b825a445c3d2646546306c1815f498406e2f8c3",
        "timestamp" : 1691962066000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/ferymathieuy",
          "fullName" : "ferymathieuy"
        },
        "authorEmail" : "ferymathieuy@gmail.com",
        "comment" : "feat(manual): Update configuration documentation.\u000a\u000aAdd following configuration :\u000a * CustomJNICode\u000a * ExtendedInterfaceSymbolsIgnore\u000a * ExtendedInterfaceSymbolsOnly\u000a * ExtendedImplementationSymbolsIgnore\u000a * ExtendedImplementationSymbolsOnly\u000a * ExtendedIntfAndImplSymbolsIgnore\u000a * ExtendedIntfAndImplSymbolsOnly\u000a * MaxOneElement\u000a * ParentClass\u000a * ReturnsStringOnly\u000a\u000aUpdate following configuration :\u000a * Extends\u000a",
        "date" : "2023-08-13 23:27:46 +0200",
        "id" : "9b825a445c3d2646546306c1815f498406e2f8c3",
        "msg" : "feat(manual): Update configuration documentation.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/manual/index.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/manual/index.html",
          "make/scripts/md2html_update.sh",
          "doc/misc/macos_nativelib_dependencies.md",
          "doc/manual/index.md",
          "doc/misc/macos_nativelib_dependencies.html",
          "doc/GlueGen_Mapping.html",
          "doc/GlueGen_Mapping.md"
        ],
        "commitId" : "fd623305d90a88fd01dea3dccf6b9fe76b19703f",
        "timestamp" : 1691979745000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1449: Convert manual/index.html to `gfm` (GitHub-Flavored Markdown) using markdown -> manual/index.md and add conversion recipes + make/scripts/md2html_update.sh\u000a\u000aNoyte: Additionally edited 'doc/misc/macos_nativelib_dependencies.md`\u000ato include `Use explicit OpenJDK/Temurin JDK `java` executable path`\u000aas a workaround to pass `DYLD_LIBRARY_PATH` to `/usr/bin/java`.\u000a",
        "date" : "2023-08-14 04:22:25 +0200",
        "id" : "fd623305d90a88fd01dea3dccf6b9fe76b19703f",
        "msg" : "Bug 1449: Convert manual/index.html to `gfm` (GitHub-Flavored Markdown) using markdown -> manual/index.md and add conversion recipes + make/scripts/md2html_update.sh",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/GlueGen_Mapping.html"
          },
          {
            "editType" : "add",
            "file" : "doc/manual/index.md"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/md2html_update.sh"
          },
          {
            "editType" : "add",
            "file" : "doc/misc/macos_nativelib_dependencies.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/manual/index.html"
          },
          {
            "editType" : "edit",
            "file" : "doc/GlueGen_Mapping.md"
          },
          {
            "editType" : "edit",
            "file" : "doc/misc/macos_nativelib_dependencies.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/manual/index.md",
          "doc/manual/index.html"
        ],
        "commitId" : "9250960f107cebbb4e6d3a55009b330f101453ea",
        "timestamp" : 1691979872000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1449: Fix link style in manual refs ..\u000a",
        "date" : "2023-08-14 04:24:32 +0200",
        "id" : "9250960f107cebbb4e6d3a55009b330f101453ea",
        "msg" : "Bug 1449: Fix link style in manual refs ..",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/manual/index.md"
          },
          {
            "editType" : "edit",
            "file" : "doc/manual/index.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/GlueGen_Mapping.md",
          "doc/GlueGen_Mapping.html"
        ],
        "commitId" : "8850b3d7f82ca5f1f828192407574581abd82ef9",
        "timestamp" : 1691980057000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "doc/GlueGen_Mapping.md: Fix GlueGen Manual read consideration ...\u000a",
        "date" : "2023-08-14 04:27:37 +0200",
        "id" : "8850b3d7f82ca5f1f828192407574581abd82ef9",
        "msg" : "doc/GlueGen_Mapping.md: Fix GlueGen Manual read consideration ...",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "doc/GlueGen_Mapping.md"
          },
          {
            "editType" : "edit",
            "file" : "doc/GlueGen_Mapping.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml"
        ],
        "commitId" : "a235ae5dae463afa16f62f48bf62f896efa80b68",
        "timestamp" : 1692362120000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump: 2.5.0 Release\u000a",
        "date" : "2023-08-18 14:35:20 +0200",
        "id" : "a235ae5dae463afa16f62f48bf62f896efa80b68",
        "msg" : "Bump: 2.5.0 Release",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/ferymathieuy",
      "fullName" : "ferymathieuy"
    }
  ]
}