{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 981",
          "upstreamBuild" : 981,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 981,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "75b3d37a3b15c071b49609921244bcb62d329fa9",
            "branch" : [
              {
                "SHA1" : "75b3d37a3b15c071b49609921244bcb62d329fa9",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "75b3d37a3b15c071b49609921244bcb62d329fa9",
            "branch" : [
              {
                "SHA1" : "75b3d37a3b15c071b49609921244bcb62d329fa9",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "75b3d37a3b15c071b49609921244bcb62d329fa9",
        "branch" : [
          {
            "SHA1" : "75b3d37a3b15c071b49609921244bcb62d329fa9",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 5,
      "skipCount" : 0,
      "totalCount" : 615,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#981",
  "duration" : 4815749,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #981",
  "id" : "2013-04-25_06-10-55",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 981,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1366863055000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/981/",
  "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/jogamp/opengl/GLContextImpl.java"
        ],
        "commitId" : "e2323aea92dc8d47f583002921287a06230b2d93",
        "timestamp" : 1366825780000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Quirk DontCloseX11Display: Only detect w/ X11 NativeWindow System.\u000a",
        "date" : "2013-04-24T19:49:40+0200",
        "id" : "e2323aea92dc8d47f583002921287a06230b2d93",
        "msg" : "Quirk DontCloseX11Display: Only detect w/ X11 NativeWindow System.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLContext.java",
          "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java",
          "make/scripts/tests-x64.bat",
          "src/nativewindow/native/win32/DeviceDriverQuery.txt"
        ],
        "commitId" : "75b3d37a3b15c071b49609921244bcb62d329fa9",
        "timestamp" : 1366855681000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current context when calling wglCreateContextAttribsARB (Windows)\u000a\u000aSee discussion at\u000a   https://jogamp.org/bugzilla/show_bug.cgi?id=520\u000a   https://jogamp.org/bugzilla/show_bug.cgi?id=706\u000a",
        "date" : "2013-04-25T04:08:01+0200",
        "id" : "75b3d37a3b15c071b49609921244bcb62d329fa9",
        "msg" : "Fix Bug 706 and Bug 520: Certain ATI GPU/driver require a current",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/x11/glx/X11GLXDrawableFactory.java"
          },
          {
            "editType" : "add",
            "file" : "src/nativewindow/native/win32/DeviceDriverQuery.txt"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wamei.cho",
      "fullName" : "wamei.cho"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/eric.brayet",
      "fullName" : "eric.brayet"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/harvey.harrison",
      "fullName" : "harvey.harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    }
  ]
}