{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Sven Gothel",
          "userId" : "sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 631,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "a22129865cfaa40b4f3f4cee519dac36f5d0a8c7",
            "branch" : [
              {
                "SHA1" : "a22129865cfaa40b4f3f4cee519dac36f5d0a8c7",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "a22129865cfaa40b4f3f4cee519dac36f5d0a8c7",
            "branch" : [
              {
                "SHA1" : "a22129865cfaa40b4f3f4cee519dac36f5d0a8c7",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "a22129865cfaa40b4f3f4cee519dac36f5d0a8c7",
        "branch" : [
          {
            "SHA1" : "a22129865cfaa40b4f3f4cee519dac36f5d0a8c7",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/joal.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 2,
      "skipCount" : 0,
      "totalCount" : 61,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#631",
  "duration" : 279886,
  "estimatedDuration" : 507846,
  "executor" : None,
  "fullDisplayName" : "joal #631",
  "id" : "631",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 631,
  "queueId" : 2783,
  "result" : "UNSTABLE",
  "timestamp" : 1447708672464,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/631/",
  "builtOn" : "win64-amd-win7-jogamp-x64-sgothel-017",
  "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.win32.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.win64.bat"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/",
      "fullName" : ""
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    }
  ],
  "runs" : [
    {
      "number" : 631,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/label=android-arm64/631/"
    },
    {
      "number" : 631,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/label=linux-x86_64/631/"
    },
    {
      "number" : 631,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/label=macos-x86_64/631/"
    },
    {
      "number" : 631,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/label=windows-x86_64/631/"
    }
  ]
}