{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 614",
          "upstreamBuild" : 614,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 614,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "97940607411e33b28886ae4ac8a5e345fc7d015a",
            "branch" : [
              {
                "SHA1" : "97940607411e33b28886ae4ac8a5e345fc7d015a",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "97940607411e33b28886ae4ac8a5e345fc7d015a",
            "branch" : [
              {
                "SHA1" : "97940607411e33b28886ae4ac8a5e345fc7d015a",
                "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" : "97940607411e33b28886ae4ac8a5e345fc7d015a",
        "branch" : [
          {
            "SHA1" : "97940607411e33b28886ae4ac8a5e345fc7d015a",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 197,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#614",
  "duration" : 1425017,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #614",
  "id" : "2012-01-06_00-35-07",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 614,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1325806507000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/614/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/javax/media/opengl/GLUniformData.java"
        ],
        "commitId" : "0b56df9939bcd2e0e1bd193f597206c60fe56c51",
        "timestamp" : 1325787194000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix bug 549 - Incorrect calculation of count value in GLUniformData due to ignored buffer position.\u000a\u000aThis was disclosed by testing agains the Intel HD 3000 GPU,\u000aresulting in an INVALID OPERATION GL error (correct).\u000a\u000aOther driver ignored this mismatch ..\u000a",
        "date" : "2012-01-05T19:13:14+0100",
        "id" : "0b56df9939bcd2e0e1bd193f597206c60fe56c51",
        "msg" : "Fix bug 549 - Incorrect calculation of count value in GLUniformData due",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/javax/media/opengl/GLUniformData.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestAWTCardLayoutAnimatorStartStopBug532.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "97940607411e33b28886ae4ac8a5e345fc7d015a",
        "timestamp" : 1325801490000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Added Unit-Test for Bug 532 to test Animator behavior w/ CardLayout and diff. Platforms\u000a",
        "date" : "2012-01-05T23:11:30+0100",
        "id" : "97940607411e33b28886ae4ac8a5e345fc7d015a",
        "msg" : "Added Unit-Test for Bug 532 to test Animator behavior w/ CardLayout and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestAWTCardLayoutAnimatorStartStopBug532.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}