{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 356",
          "upstreamBuild" : 356,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 356,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ab93183b90e83b9aebc29031c7b88b9a3dc58ff5",
            "branch" : [
              {
                "SHA1" : "ab93183b90e83b9aebc29031c7b88b9a3dc58ff5",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ab93183b90e83b9aebc29031c7b88b9a3dc58ff5",
            "branch" : [
              {
                "SHA1" : "ab93183b90e83b9aebc29031c7b88b9a3dc58ff5",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ab93183b90e83b9aebc29031c7b88b9a3dc58ff5",
        "branch" : [
          {
            "SHA1" : "ab93183b90e83b9aebc29031c7b88b9a3dc58ff5",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 117,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#356",
  "duration" : 771317,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #356",
  "id" : "2011-03-21_07-24-39",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 356,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1300688679000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/356/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "www/index.html"
        ],
        "commitId" : "41fc808eff8d145c37d10a98eb4d8a86bda6f018",
        "timestamp" : 1300639483000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix bug #479 - typo\u000a",
        "date" : "2011-03-20T17:44:43+0100",
        "id" : "41fc808eff8d145c37d10a98eb4d8a86bda6f018",
        "msg" : "Fix bug #479 - typo",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "www/index.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsExternalWGLContext.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsExternalWGLDrawable.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfiguration.java",
          "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
        ],
        "commitId" : "ab93183b90e83b9aebc29031c7b88b9a3dc58ff5",
        "timestamp" : 1300684425000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug #480 (attempt) - ATI + WinXP: make context current for ARB PFD queries/selection\u000a\u000aTODO: Validate if bug is actually relates to the 'old' ATI Windows driver for old GPU's like X300 etc\u000aand unrelated to the actual Windows version !\u000a\u000aAlso ensure that the no pixelformat is being set on external context/HDC.\u000a",
        "date" : "2011-03-21T06:13:45+0100",
        "id" : "ab93183b90e83b9aebc29031c7b88b9a3dc58ff5",
        "msg" : "Fix Bug #480 (attempt) - ATI + WinXP: make context current for ARB PFD",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsExternalWGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsExternalWGLDrawable.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfiguration.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLGraphicsConfigurationFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/windows/wgl/WindowsWGLDrawableFactory.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}