{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 689,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "03697923f27df06343f8885f1c1b70bf4b3af9c2",
            "branch" : [
              {
                "SHA1" : "03697923f27df06343f8885f1c1b70bf4b3af9c2",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "03697923f27df06343f8885f1c1b70bf4b3af9c2",
            "branch" : [
              {
                "SHA1" : "03697923f27df06343f8885f1c1b70bf4b3af9c2",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 544,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
            "branch" : [
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin/master"
              },
              {
                "SHA1" : "bc826eb2e216ce82a5e6bc61403e4eff2f338380",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "03697923f27df06343f8885f1c1b70bf4b3af9c2",
        "branch" : [
          {
            "SHA1" : "03697923f27df06343f8885f1c1b70bf4b3af9c2",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 11,
      "skipCount" : 0,
      "totalCount" : 2571,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#689",
  "duration" : 2014293,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #689",
  "id" : "2012-02-29_02-30-27",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 689,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1330479027000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/689/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-test.xml"
        ],
        "commitId" : "d302e063a6cd344c951c2eef56247b43c896c8cf",
        "timestamp" : 1330394206000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add / Use gluegen.basename prop. for remote ssh test\u000a",
        "date" : "2012-02-28T02:56:46+0100",
        "id" : "d302e063a6cd344c951c2eef56247b43c896c8cf",
        "msg" : "Add / Use gluegen.basename prop. for remote ssh test",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
        ],
        "commitId" : "03697923f27df06343f8885f1c1b70bf4b3af9c2",
        "timestamp" : 1330472137000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove getWidth()/getHeight() EGL surface queries.\u000a\u000aEGLDrawable: Remove getWidth()/getHeight() EGL surface queries.\u000aThis code is not only redunant, since the surface dimension is known in the NativeWindow surface\u000areturned by GLDrawableImpl., but also causes an exception since the EGL surface might not be realized\u000aat the time it's dimension is being queried.\u000a",
        "date" : "2012-02-29T00:35:37+0100",
        "id" : "03697923f27df06343f8885f1c1b70bf4b3af9c2",
        "msg" : "Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable:",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/egl/EGLDrawable.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    }
  ],
  "runs" : [
    {
      "number" : 689,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/689/"
    },
    {
      "number" : 689,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/689/"
    },
    {
      "number" : 689,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/689/"
    }
  ]
}