{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 640",
          "upstreamBuild" : 640,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 640,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "27424d9f36659a09195eaae77cf774f7ba3c0eec",
            "branch" : [
              {
                "SHA1" : "27424d9f36659a09195eaae77cf774f7ba3c0eec",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "27424d9f36659a09195eaae77cf774f7ba3c0eec",
            "branch" : [
              {
                "SHA1" : "27424d9f36659a09195eaae77cf774f7ba3c0eec",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "27424d9f36659a09195eaae77cf774f7ba3c0eec",
        "branch" : [
          {
            "SHA1" : "27424d9f36659a09195eaae77cf774f7ba3c0eec",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 1,
      "skipCount" : 0,
      "totalCount" : 216,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#640",
  "duration" : 254930,
  "estimatedDuration" : 375087,
  "executor" : None,
  "fullDisplayName" : "gluegen » macos-x86_64 #640",
  "id" : "2013-02-22_04-15-03",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 640,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1361502903000,
  "url" : "https://jogamp.org/chuck/job/gluegen/label=macos-x86_64/640/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/common/util/TestJarUtil.java",
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "f3894c9fa1904572ee21b5c3aa2ca9e26a5d5d1e",
        "timestamp" : 1360645202000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Make JarUtil work with custom classloaders\u000a\u000aAdded the ability for users to set a \"resolver\" in JarUtil\u000athat lets it find resources that are loaded by a custom classloader.\u000aThis is needed in OSGi apps (like Eclipse RCP apps), since OSGi\u000aresources do not have simple jar: URLs (they use a custom\u000aprotocol called bundleresource:).\u000a",
        "date" : "2013-02-11T23:00:02-0600",
        "id" : "f3894c9fa1904572ee21b5c3aa2ca9e26a5d5d1e",
        "msg" : "Make JarUtil work with custom classloaders",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestJarUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "45a84db7739aba2ab4526d7ef87850b9eb824740",
        "timestamp" : 1361141280000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/wade%20walker",
          "fullName" : "Wade Walker"
        },
        "authorEmail" : "wwalker3@austin.rr.com",
        "comment" : "Add security checks to resolver methods.\u000a",
        "date" : "2013-02-17T16:48:00-0600",
        "id" : "45a84db7739aba2ab4526d7ef87850b9eb824740",
        "msg" : "Add security checks to resolver methods.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/JarUtil.java"
        ],
        "commitId" : "27424d9f36659a09195eaae77cf774f7ba3c0eec",
        "timestamp" : 1361448218000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Minor edits to JarUtil.Resolver functionality: Exception types, avoiding duplicate processing of strings etc.\u000a",
        "date" : "2013-02-21T13:03:38+0100",
        "id" : "27424d9f36659a09195eaae77cf774f7ba3c0eec",
        "msg" : "Minor edits to JarUtil.Resolver functionality: Exception types, avoiding",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/JarUtil.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/wwalker3",
      "fullName" : "wwalker3"
    }
  ]
}