{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal_onmaster\" build number 97",
          "upstreamBuild" : 97,
          "upstreamProject" : "joal_onmaster",
          "upstreamUrl" : "job/joal_onmaster/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 97,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "0ce27b5d184ea23557a52443d239d405e34288f5",
            "branch" : [
              {
                "SHA1" : "0ce27b5d184ea23557a52443d239d405e34288f5",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "0ce27b5d184ea23557a52443d239d405e34288f5",
            "branch" : [
              {
                "SHA1" : "0ce27b5d184ea23557a52443d239d405e34288f5",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "0ce27b5d184ea23557a52443d239d405e34288f5",
        "branch" : [
          {
            "SHA1" : "0ce27b5d184ea23557a52443d239d405e34288f5",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/joal.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_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" : "#97",
  "duration" : 14174,
  "estimatedDuration" : 262169,
  "executor" : None,
  "fullDisplayName" : "joal_onmaster » linux-x86_64-master-001 #97",
  "id" : "97",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 97,
  "queueId" : 76,
  "result" : "SUCCESS",
  "timestamp" : 1544483800524,
  "url" : "https://jogamp.org/chuck/job/joal_onmaster/label=linux-x86_64-master-001/97/",
  "builtOn" : "linux64-null-centos55-jogamp-x64-chuck-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "openal-soft"
        ],
        "commitId" : "3920e00cbd3aba911d85a1649a03fdd5aa46a335",
        "timestamp" : 1447559312000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1269 - Bump openal-soft to Release 1.17.0\u000a",
        "date" : "2015-11-15 04:48:32 +0100",
        "id" : "3920e00cbd3aba911d85a1649a03fdd5aa46a335",
        "msg" : "Bug 1269 - Bump openal-soft to Release 1.17.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "openal-soft"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
        ],
        "commitId" : "50373c44cb8c230c08a9c8a3b85ab42999719566",
        "timestamp" : 1447560075000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1270 - Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL\u000alibrary over system (default)\u000aDefault is to utilize provided openal-soft library if possible and if\u000anot overridden by property 'joal.openal.lib'.\u000aHence returning ALFactory.PREFER_SYSTEM_OPENAL (default: false) in\u000aALDynamicLibraryBundleInfo.searchToolLibSystemPathFirst().\u000a+++\u000aThis also resolves issues w/ OSX El Capitan 10.11, which provides OpenAL\u000avia 'openal' library name (same as openal-soft) and causes stuttering w/\u000aGLMediaPlayer's ALAudioSink!\u000a+++\u000a",
        "date" : "2015-11-15 05:01:15 +0100",
        "id" : "50373c44cb8c230c08a9c8a3b85ab42999719566",
        "msg" : "Bug 1270 - Fix OSX El Capitan 10.11 stuttering ; Prefer provided OpenAL",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.joal.all.win32.bat",
          "make/scripts/make.joal.all.win64.bat"
        ],
        "commitId" : "a22129865cfaa40b4f3f4cee519dac36f5d0a8c7",
        "timestamp" : 1447639747000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump scripts to jre1.8.0_66\u000a",
        "date" : "2015-11-16 03:09:07 +0100",
        "id" : "a22129865cfaa40b4f3f4cee519dac36f5d0a8c7",
        "msg" : "Bump scripts to jre1.8.0_66",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.win64.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.win32.bat"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.joal.all.linux-aarch64-cross.sh"
        ],
        "commitId" : "0ce27b5d184ea23557a52443d239d405e34288f5",
        "timestamp" : 1481531196000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@gudinna.com",
        "comment" : "Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support\u000amake/scripts/make.joal.all.linux-aarch64-cross.sh:\u000a New crosscompile script\u000a",
        "date" : "2016-12-12 09:26:36 +0100",
        "id" : "0ce27b5d184ea23557a52443d239d405e34288f5",
        "msg" : "Bug 1295: Add linux-aarch64 GNU/Linux AArch64 support",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/make.joal.all.linux-aarch64-cross.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}