{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl-demos_onmaster\" build number 118",
          "upstreamBuild" : 118,
          "upstreamProject" : "jogl-demos_onmaster",
          "upstreamUrl" : "job/jogl-demos_onmaster/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 118,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "7ad36c84ba6e747b22e4b54223bed24cce1042c9",
            "branch" : [
              {
                "SHA1" : "7ad36c84ba6e747b22e4b54223bed24cce1042c9",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "7ad36c84ba6e747b22e4b54223bed24cce1042c9",
            "branch" : [
              {
                "SHA1" : "7ad36c84ba6e747b22e4b54223bed24cce1042c9",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "7ad36c84ba6e747b22e4b54223bed24cce1042c9",
        "branch" : [
          {
            "SHA1" : "7ad36c84ba6e747b22e4b54223bed24cce1042c9",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl-demos.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "linux-x86_64-master-001",
  "duration" : 19668,
  "estimatedDuration" : 27200,
  "executor" : None,
  "fullDisplayName" : "jogl-demos_onmaster » linux-x86_64-master-001 linux-x86_64-master-001",
  "id" : "118",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 118,
  "queueId" : 179,
  "result" : "SUCCESS",
  "timestamp" : 1751140263066,
  "url" : "https://jogamp.org/chuck/job/jogl-demos_onmaster/label=linux-x86_64-master-001/118/",
  "builtOn" : "linux-x86_64-master-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "maven/trivial-test/pom.xml"
        ],
        "commitId" : "3d84e205e552a7f78a61b645ed7b3de437430170",
        "timestamp" : 1692380810000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump maven trivial-test to JogAmp version 2.5.0\u000a",
        "date" : "2023-08-18 19:46:50 +0200",
        "id" : "3d84e205e552a7f78a61b645ed7b3de437430170",
        "msg" : "Bump maven trivial-test to JogAmp version 2.5.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "maven/trivial-test/pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/demos/es2/perftst/Perftst.java",
          "src/demos/readbuffer/ReadBuffer2Screen.java",
          "src/demos/particles/engine/ControlWindow.java",
          "src/demos/xtrans/Main.java",
          "src/demos/es1/angeles/AngelesES1.java",
          "src/demos/util/ObjReader.java",
          "src/demos/es1/angeles/AngelesGL.java",
          "src/demos/es2/RedSquare.java",
          "src/demos/particles/engine/GLComponent.java",
          "src/demos/es2/perftst/PerfModule.java",
          "src/demos/misc/GLCapsTableDemo.java",
          "src/demos/es1/angeles/AngelesGLil.java"
        ],
        "commitId" : "ee92a30f965dd2ca01dbc4d3b5adc6e321ec7e11",
        "timestamp" : 1751137600000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adopt to Jogl/GlueGen changes\u000a",
        "date" : "2025-06-28 21:06:40 +0200",
        "id" : "ee92a30f965dd2ca01dbc4d3b5adc6e321ec7e11",
        "msg" : "Adopt to Jogl/GlueGen changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/demos/es2/perftst/Perftst.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/es2/RedSquare.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/misc/GLCapsTableDemo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/util/ObjReader.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/particles/engine/GLComponent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/xtrans/Main.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/es2/perftst/PerfModule.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/es1/angeles/AngelesGL.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/es1/angeles/AngelesGLil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/particles/engine/ControlWindow.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/es1/angeles/AngelesES1.java"
          },
          {
            "editType" : "edit",
            "file" : "src/demos/readbuffer/ReadBuffer2Screen.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".classpath",
          "make/scripts/make.jogl.all.macosx.sh"
        ],
        "commitId" : "7ad36c84ba6e747b22e4b54223bed24cce1042c9",
        "timestamp" : 1751137642000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Update build scripts, eclipse .classpath\u000a",
        "date" : "2025-06-28 21:07:22 +0200",
        "id" : "7ad36c84ba6e747b22e4b54223bed24cce1042c9",
        "msg" : "Update build scripts, eclipse .classpath",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.macosx.sh"
          },
          {
            "editType" : "edit",
            "file" : ".classpath"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}