{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 293",
          "upstreamBuild" : 293,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 293,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "eb7986963c87bc6f33e7f18bb90ddf898b7dd63a",
            "branch" : [
              {
                "SHA1" : "eb7986963c87bc6f33e7f18bb90ddf898b7dd63a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "eb7986963c87bc6f33e7f18bb90ddf898b7dd63a",
            "branch" : [
              {
                "SHA1" : "eb7986963c87bc6f33e7f18bb90ddf898b7dd63a",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "eb7986963c87bc6f33e7f18bb90ddf898b7dd63a",
        "branch" : [
          {
            "SHA1" : "eb7986963c87bc6f33e7f18bb90ddf898b7dd63a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 5,
      "skipCount" : 0,
      "totalCount" : 25,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#293",
  "duration" : 307870,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 #293",
  "id" : "2011-02-06_07-08-53",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 293,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1296972533000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/293/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-c3d-006",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jnlp-files/application-version.jnlp"
        ],
        "commitId" : "efecc1eb881d28d142ecc39c1635161d70f58a6c",
        "timestamp" : 1296937677000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add application-version.jnlp\u000a",
        "date" : "2011-02-05T21:27:57+0100",
        "id" : "efecc1eb881d28d142ecc39c1635161d70f58a6c",
        "msg" : "Add application-version.jnlp",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jnlp-files/application-version.jnlp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "www/index.html"
        ],
        "commitId" : "e4392c718ed0aa4999978015fc869c0fb9941e8a",
        "timestamp" : 1296938044000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
          "fullName" : "Michael Bien"
        },
        "authorEmail" : "mbien@fh-landshut.de",
        "comment" : "www: fixed tag (now xhtml valid)\u000arestructured the overview text a bit.\u000a",
        "date" : "2011-02-05T21:34:04+0100",
        "id" : "e4392c718ed0aa4999978015fc869c0fb9941e8a",
        "msg" : "www: fixed tag (now xhtml valid)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "www/index.html"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/impl/GLContextImpl.java",
          "src/jogl/classes/javax/media/opengl/GLContext.java",
          "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsExternalWGLContext.java",
          "make/scripts/tests.sh",
          "make/scripts/java-win64-dbg.bat",
          "make/scripts/tests-x64.bat"
        ],
        "commitId" : "01bd8687e0d12146672dec42cfd3259e74eaba89",
        "timestamp" : 1296968735000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix GLContext ProcAddressTable Caching: Add sw/hw accel bit to hash value due to possible diff function ptr of sw impl (NV/Win7)\u000a",
        "date" : "2011-02-06T06:05:35+0100",
        "id" : "01bd8687e0d12146672dec42cfd3259e74eaba89",
        "msg" : "Fix GLContext ProcAddressTable Caching: Add sw/hw accel bit to hash",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/windows/wgl/WindowsExternalWGLContext.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/impl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/java-win64-dbg.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-x64.bat"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael%20bien",
      "fullName" : "Michael Bien"
    }
  ]
}