{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal\" build number 302",
          "upstreamBuild" : 302,
          "upstreamProject" : "joal",
          "upstreamUrl" : "job/joal/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 696,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8385d98098f7804e5ee369d77963f5a7464a3e1f",
            "branch" : [
              {
                "SHA1" : "8385d98098f7804e5ee369d77963f5a7464a3e1f",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8385d98098f7804e5ee369d77963f5a7464a3e1f",
            "branch" : [
              {
                "SHA1" : "8385d98098f7804e5ee369d77963f5a7464a3e1f",
                "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" : "8385d98098f7804e5ee369d77963f5a7464a3e1f",
        "branch" : [
          {
            "SHA1" : "8385d98098f7804e5ee369d77963f5a7464a3e1f",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 8,
      "skipCount" : 0,
      "totalCount" : 2505,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#696",
  "duration" : 1877367,
  "estimatedDuration" : 3723458,
  "executor" : None,
  "fullDisplayName" : "jogl #696",
  "id" : "2012-03-07_12-23-58",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 696,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1331119438000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/696/",
  "builtOn" : "solaris-NVQUADRO-solaris10-jogamp-x32-sgothel-020",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/adb-reinstall-all-armv7.sh",
          "make/build-nativewindow.xml",
          "make/scripts/adb-install-all.sh",
          "make/scripts/adb-install-all-armv7.sh",
          "make/scripts/adb-reinstall-all.sh",
          "make/build-newt.xml",
          "make/scripts/make.jogl.all.android-armv7-cross.sh",
          "make/build.xml",
          "make/build-jogl.xml"
        ],
        "commitId" : "fc779ca57ec338c3e4a2b8d0b3a2bac4277bc380",
        "timestamp" : 1330481625000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
          "fullName" : "edwin.vane"
        },
        "authorEmail" : "edwin.vane@intel.com",
        "comment" : "Get JOGL to build with NDK r7\u000a\u000a- Most of the android build work is done by gluegen ant files. Changes\u000a  made to gluegen in support of NDK r7 need to be reflected here:\u000a  - New/fewer environment variables.\u000a  - Specifying android.abi for packaging.\u000a- Cross-compilation script cleaned up to look like gluegen's cross\u000a  compile script for consistency.\u000a- Renamed install/re-install adb helper scripts to be ARM specific.\u000a",
        "date" : "2012-02-28T21:13:45-0500",
        "id" : "fc779ca57ec338c3e4a2b8d0b3a2bac4277bc380",
        "msg" : "Get JOGL to build with NDK r7",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-jogl.xml"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/adb-reinstall-all.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.android-armv7-cross.sh"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/adb-install-all-armv7.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/build-newt.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-nativewindow.xml"
          },
          {
            "editType" : "delete",
            "file" : "make/scripts/adb-install-all.sh"
          },
          {
            "editType" : "add",
            "file" : "make/scripts/adb-reinstall-all-armv7.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.jogl.all.android-armv7-cross.sh"
        ],
        "commitId" : "8385d98098f7804e5ee369d77963f5a7464a3e1f",
        "timestamp" : 1331090380000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Update android armv7 cross build/test script\u000a",
        "date" : "2012-03-07T04:19:40+0100",
        "id" : "8385d98098f7804e5ee369d77963f5a7464a3e1f",
        "msg" : "Update android armv7 cross build/test script",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.android-armv7-cross.sh"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/daniel.krisher.ctr",
      "fullName" : "daniel.krisher.ctr"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rami%20santina",
      "fullName" : "Rami Santina"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/edwin.vane",
      "fullName" : "edwin.vane"
    },
    {
      "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/wwalker3",
      "fullName" : "wwalker3"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michaelhermannweber",
      "fullName" : "michaelhermannweber"
    }
  ],
  "runs" : [
    {
      "number" : 696,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=linux-x86_64/696/"
    },
    {
      "number" : 696,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=macos-x86_64/696/"
    },
    {
      "number" : 696,
      "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/696/"
    }
  ]
}