{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 638",
          "upstreamBuild" : 638,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 638,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6b86764f2e195b4046000fd5a7fcf3331ca72d21",
            "branch" : [
              {
                "SHA1" : "6b86764f2e195b4046000fd5a7fcf3331ca72d21",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6b86764f2e195b4046000fd5a7fcf3331ca72d21",
            "branch" : [
              {
                "SHA1" : "6b86764f2e195b4046000fd5a7fcf3331ca72d21",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6b86764f2e195b4046000fd5a7fcf3331ca72d21",
        "branch" : [
          {
            "SHA1" : "6b86764f2e195b4046000fd5a7fcf3331ca72d21",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 107,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#638",
  "duration" : 176977,
  "estimatedDuration" : 189647,
  "executor" : None,
  "fullDisplayName" : "gluegen » linux-x86_64 #638",
  "id" : "2013-02-19_08-52-23",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 638,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1361260343000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=linux-x86_64/638/",
  "builtOn" : "linux64-AMD58xx-ubuntu10-jogamp-x64-sgothel-002",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml",
          "make/scripts/make.gluegen.all.macosx-java7.sh",
          "make/gluegen-cpptasks-base.xml"
        ],
        "commitId" : "4aa36ed61fd1bb434f2a5dd4d7dbffd6f87a446d",
        "timestamp" : 1361106963000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSX Java6/Java7: Adapt to used JDK (Apple's Java6 or Oracle's Java7)\u000a\u000a- Pick-up OSX Java7 locations if setup via ${java.home} and files available\u000a  - host.rt.jar, target.rt.jar\u000a  - java.home.dir\u000a  - java.includes.dir\u000a  - java.includes.dir.platform\u000a  - java.lib.dir.platform\u000a\u000a- Remove 'very old' Java4/5 OSX locations\u000a- Remove java.osx.frameworks.dir, since JavaNativeFoundation.h dependencies are removed\u000a",
        "date" : "2013-02-17T14:16:03+0100",
        "id" : "4aa36ed61fd1bb434f2a5dd4d7dbffd6f87a446d",
        "msg" : "OSX Java6/Java7: Adapt to used JDK (Apple's Java6 or Oracle's Java7)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.gluegen.all.macosx-java7.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/gluegen-cpptasks-base.xml",
          "make/jogamp-env.xml",
          "make/stub_includes/jni/macosx/jni_md.h",
          "make/stub_includes/jni/macosx/jawt_md.h"
        ],
        "commitId" : "e4fc97f6c08d58d1a62543fdfda92fddfda6ee68",
        "timestamp" : 1361118153000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "OSX/Java7 darwin/jawt_md.h Workaround ; Disable OSX/i386 if compiled w/ Java7 [1.7 - 2.0]; Valid Java range [1.6 - 2.0].\u000a\u000a- OSX/Java7 darwin/jawt_md.h Workaround\u000a  Include JOGL's JNI MacOSX platform headers, since Oracle's Java7 darwin/jawt_md.h\u000a  has X11 dependencies and does not define JAWT_SurfaceLayers.\u000a\u000a- Disable OSX/i386 if compiled w/ Java7 [1.7 - 2.0]\u000a  Set macosx32 depending on 'ant.java.version'\u000a\u000a- Valid Java range [1.6 - 2.0]\u000a  Foresee new Java versions 1.9 and 2.0 :)\u000a",
        "date" : "2013-02-17T17:22:33+0100",
        "id" : "e4fc97f6c08d58d1a62543fdfda92fddfda6ee68",
        "msg" : "OSX/Java7 darwin/jawt_md.h Workaround ; Disable OSX/i386 if compiled w/",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/jni/macosx/jni_md.h"
          },
          {
            "editType" : "add",
            "file" : "make/stub_includes/jni/macosx/jawt_md.h"
          },
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/jogamp-env.xml"
        ],
        "commitId" : "6b86764f2e195b4046000fd5a7fcf3331ca72d21",
        "timestamp" : 1361123027000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add property 'jvmJava.exe' -> ${java.home}/bin/java, default jvm for unit tests; Add optional property 'jvmJava7.exe' for Java7 unit tests.\u000a",
        "date" : "2013-02-17T18:43:47+0100",
        "id" : "6b86764f2e195b4046000fd5a7fcf3331ca72d21",
        "msg" : "Add property 'jvmJava.exe' -> ${java.home}/bin/java, default jvm for",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/jogamp-env.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}