{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 196",
          "upstreamBuild" : 196,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 450,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "2964e18b2f1190d12914634d24583370d98d29c5",
            "branch" : [
              {
                "SHA1" : "2964e18b2f1190d12914634d24583370d98d29c5",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "2964e18b2f1190d12914634d24583370d98d29c5",
            "branch" : [
              {
                "SHA1" : "2964e18b2f1190d12914634d24583370d98d29c5",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "2964e18b2f1190d12914634d24583370d98d29c5",
        "branch" : [
          {
            "SHA1" : "2964e18b2f1190d12914634d24583370d98d29c5",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 4,
      "skipCount" : 0,
      "totalCount" : 1258,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#450",
  "duration" : 1398892,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #450",
  "id" : "2011-09-04_11-07-39",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 450,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1315127259000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/450/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLCapabilities.java",
          "src/nativewindow/classes/javax/media/nativewindow/Capabilities.java"
        ],
        "commitId" : "3ea949b6a14c1ba631cb41b7439af86b21db4c05",
        "timestamp" : 1315117482000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NativeWindow/JOGL: Cleanup Caps doc and implicit related values.\u000a\u000aCapabilities\u000a  setBackgroundOpaque -> setAlphaBits\u000a\u000aGLCapabilities\u000a  setOnscreen <-> setPBuffer\u000a  setSampleBuffers -> setAlphaBits\u000a",
        "date" : "2011-09-04T08:24:42+0200",
        "id" : "3ea949b6a14c1ba631cb41b7439af86b21db4c05",
        "msg" : "NativeWindow/JOGL: Cleanup Caps doc and implicit related values.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLCapabilities.java"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/javax/media/nativewindow/Capabilities.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfiguration.java",
          "make/stub_includes/win32/window-lib.c",
          "make/build-nativewindow.xml",
          "make/scripts/java-win64-dbg.bat",
          "make/scripts/tests-x64.bat",
          "src/nativewindow/native/windows/WindowsDWM.c",
          "src/jogl/classes/jogamp/opengl/GLGraphicsConfigurationUtil.java",
          "make/config/nativewindow/win32-lib.cfg",
          "src/nativewindow/native/windows/WindowsDWM.h",
          "make/stub_includes/win32/WindowsDWM.h",
          "make/stub_includes/win32/windows.h"
        ],
        "commitId" : "c8e147620c55ff16e9d687bb36a4374e97e82176",
        "timestamp" : 1315119076000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Complete translucency support for Win32  - tested w/ NEWT\u000a\u000ahttps://jogamp.org/bugzilla/show_bug.cgi?id=517\u000a\u000a- Adding some Windows DWM entries to GDI (manual) for translucency support\u000a- Add translucency setting in WindowsWGLGraphicsConfiguration*\u000a",
        "date" : "2011-09-04T08:51:16+0200",
        "id" : "c8e147620c55ff16e9d687bb36a4374e97e82176",
        "msg" : "Complete translucency support for Win32  - tested w/ NEWT",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/win32/WindowsDWM.h"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLGraphicsConfigurationUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/nativewindow/win32-lib.cfg"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64-dbg.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "add",
            "file" : "src/nativewindow/native/windows/WindowsDWM.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/win32/windows.h"
          },
          {
            "editType" : "edit",
            "file" : "make/stub_includes/win32/window-lib.c"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfiguration.java"
          },
          {
            "editType" : "add",
            "file" : "src/nativewindow/native/windows/WindowsDWM.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleNEWT.java",
          "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestTranslucencyNEWT.java"
        ],
        "commitId" : "3c97d2e40571d1c5c164797d9fd8d0bc8231708a",
        "timestamp" : 1315119119000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Test Multisample/Translucency: Remove implicit alpha settings\u000a\u000asee commit 3ea949b6a14c1ba631cb41b7439af86b21db4c05\u000a",
        "date" : "2011-09-04T08:51:59+0200",
        "id" : "3c97d2e40571d1c5c164797d9fd8d0bc8231708a",
        "msg" : "Test Multisample/Translucency: Remove implicit alpha settings",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestTranslucencyNEWT.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/caps/TestMultisampleNEWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/nativewindow/native/windows/WindowsDWM.h",
          "src/nativewindow/native/windows/WindowsDWM.c"
        ],
        "commitId" : "2964e18b2f1190d12914634d24583370d98d29c5",
        "timestamp" : 1315119474000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "WindowsDWM: Check all methods for availability - Cleanup header\u000a",
        "date" : "2011-09-04T08:57:54+0200",
        "id" : "2964e18b2f1190d12914634d24583370d98d29c5",
        "msg" : "WindowsDWM: Check all methods for availability - Cleanup header",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/windows/WindowsDWM.c"
          },
          {
            "editType" : "edit",
            "file" : "src/nativewindow/native/windows/WindowsDWM.h"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ],
  "runs" : [
    {
      "number" : 450,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/450/"
    },
    {
      "number" : 450,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/450/"
    },
    {
      "number" : 450,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/450/"
    }
  ]
}