{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 913",
          "upstreamBuild" : 913,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 639,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c3ecef9677e730959d1893c9b00483469e440e96",
            "branch" : [
              {
                "SHA1" : "c3ecef9677e730959d1893c9b00483469e440e96",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c3ecef9677e730959d1893c9b00483469e440e96",
            "branch" : [
              {
                "SHA1" : "c3ecef9677e730959d1893c9b00483469e440e96",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c3ecef9677e730959d1893c9b00483469e440e96",
        "branch" : [
          {
            "SHA1" : "c3ecef9677e730959d1893c9b00483469e440e96",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/joal.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 21,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#639",
  "duration" : 315900,
  "estimatedDuration" : 507846,
  "executor" : None,
  "fullDisplayName" : "joal #639",
  "id" : "639",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 639,
  "queueId" : 141,
  "result" : "SUCCESS",
  "timestamp" : 1554486643319,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/639/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/openal/util/WAVData.java",
          "src/java/com/jogamp/openal/util/WAVLoader.java",
          "src/test/com/jogamp/openal/test/junit/ALutWAVLoaderTest.java",
          "src/test/com/jogamp/openal/test/manual/OpenALTest.java"
        ],
        "commitId" : "52ae4377ddc9676fda5eb8f9ac5d93b0521e8aba",
        "timestamp" : 1452094112000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/matthew.john.harris",
          "fullName" : "matthew.john.harris"
        },
        "authorEmail" : "matthew.john.harris@gmail.com",
        "comment" : "Ensure that only the size of sample data chunk is loaded, rather than\u000aentire remaining buffer. Copes with WAV files that have metadata\u000aappended to the end after the data RIFF chunk.\u000a",
        "date" : "2016-01-06 16:28:32 +0100",
        "id" : "52ae4377ddc9676fda5eb8f9ac5d93b0521e8aba",
        "msg" : "Ensure that only the size of sample data chunk is loaded, rather than",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/openal/util/WAVData.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/openal/test/junit/ALutWAVLoaderTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/openal/util/WAVLoader.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/openal/test/manual/OpenALTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/adb-install-all-x86.sh",
          "make/scripts/adb-reinstall-all-x86.sh",
          "make/scripts/make.joal.all.android-x86-cross.sh",
          "make/scripts/make.joal.all.sh",
          "make/build.xml"
        ],
        "commitId" : "7c545f6d0d19bb04b6ac33a7123232f9697c08ae",
        "timestamp" : 1553632749000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "added support for Android x86 platforms\u000a",
        "date" : "2019-03-26 21:39:09 +0100",
        "id" : "7c545f6d0d19bb04b6ac33a7123232f9697c08ae",
        "msg" : "added support for Android x86 platforms",
        "paths" : [
          {
            "editType" : "add",
            "file" : "make/scripts/make.joal.all.android-x86-cross.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.joal.all.sh"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/adb-install-all-x86.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/adb-reinstall-all-x86.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build.xml"
        ],
        "commitId" : "1cee337a9e888c9f223f36ffa05ceec5692bc08c",
        "timestamp" : 1553905523000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib)\u000aSince Java8 (or even earlier), JRE on OSX uses *.dylib native library\u000asuffix instead of *.jnilib when automatically searching and loading\u000athem.\u000aThis is not easily being recognized by JogAmp, since we explicitly name \u000athe native libraries with full path when testing with our TempJarCache.\u000a",
        "date" : "2019-03-30 01:25:23 +0100",
        "id" : "1cee337a9e888c9f223f36ffa05ceec5692bc08c",
        "msg" : "Bug 1316: MacOSX: Keep *.dylib (Don't move to *.jnilib)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
        ],
        "commitId" : "c3ecef9677e730959d1893c9b00483469e440e96",
        "timestamp" : 1554246078000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1367: Adapt to TempFileCache & TempJarCache Changes\u000a",
        "date" : "2019-04-03 01:01:18 +0200",
        "id" : "c3ecef9677e730959d1893c9b00483469e440e96",
        "msg" : "Bug 1367: Adapt to TempFileCache & TempJarCache Changes",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/jogamp/openal/ALDynamicLibraryBundleInfo.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/matthew.john.harris",
      "fullName" : "matthew.john.harris"
    }
  ],
  "runs" : [
    {
      "number" : 639,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/label=android-arm64/639/"
    },
    {
      "number" : 639,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/label=linux-x86_64/639/"
    },
    {
      "number" : 639,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/label=macos-x86_64/639/"
    },
    {
      "number" : 639,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/joal/label=windows-x86_64/639/"
    }
  ]
}