{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 474",
          "upstreamBuild" : 474,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 474,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "36c99b43e09999a560a086be10e392aad915b1f3",
            "branch" : [
              {
                "SHA1" : "36c99b43e09999a560a086be10e392aad915b1f3",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "36c99b43e09999a560a086be10e392aad915b1f3",
            "branch" : [
              {
                "SHA1" : "36c99b43e09999a560a086be10e392aad915b1f3",
                "name" : "origin/master"
              }
            ]
          }
        },
        "origin2/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 431,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
            "branch" : [
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin/master"
              },
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin2/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
            "branch" : [
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin/master"
              },
              {
                "SHA1" : "ef30b77fab27262f8b5ef3f98880c0caec30bab5",
                "name" : "origin2/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "36c99b43e09999a560a086be10e392aad915b1f3",
        "branch" : [
          {
            "SHA1" : "36c99b43e09999a560a086be10e392aad915b1f3",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 73,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#474",
  "duration" : 77113,
  "estimatedDuration" : 398097,
  "executor" : None,
  "fullDisplayName" : "gluegen » windows-x86_64 #474",
  "id" : "2012-01-09_19-47-19",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 474,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1326134839000,
  "url" : "https://jogamp.org/chuck/job/gluegen/label=windows-x86_64/474/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/cpptasks.jar",
          "make/lib/archive/cpptasks-1.0b5-darwin-patch.diff"
        ],
        "commitId" : "a382b829fcdbce97f40e835941a262323210bd8c",
        "timestamp" : 1326117181000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Update cpptasks-1.0b5 darwin/osx patch: remove auto option 'prebind', allow weakly binding\u000a\u000aRemoved 'prebind' auto option, since OS X dyld performs better w/o since 10.5 (?)\u000a\u000aAllowing linker options for weakly fraemwork/library  binding\u000a   \"-weak_framework\", \"-lazy_framework\", \"-weak_library\"\u000awhich is required if linked for 10.5, allowing unresolved references.\u000a",
        "date" : "2012-01-09T14:53:01+0100",
        "id" : "a382b829fcdbce97f40e835941a262323210bd8c",
        "msg" : "Update cpptasks-1.0b5 darwin/osx patch: remove auto option 'prebind',",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/archive/cpptasks-1.0b5-darwin-patch.diff"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/cpptasks.jar"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/gluegen-cpptasks-base.xml",
          "make/build.xml"
        ],
        "commitId" : "196c325aa3dddb0d775e8fb80e26333208fe6c7e",
        "timestamp" : 1326121558000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 488: Enable others architectures under GNU/Linux\u000a",
        "date" : "2012-01-09T16:05:58+0100",
        "id" : "196c325aa3dddb0d775e8fb80e26333208fe6c7e",
        "msg" : "Fix Bug 488: Enable others architectures under GNU/Linux",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/gluegen-cpptasks-base.xml"
        ],
        "commitId" : "36c99b43e09999a560a086be10e392aad915b1f3",
        "timestamp" : 1326121823000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 545: Provide more information about the system\u000a",
        "date" : "2012-01-09T16:10:23+0100",
        "id" : "36c99b43e09999a560a086be10e392aad915b1f3",
        "msg" : "Fix Bug 545: Provide more information about the system",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/gluegen-cpptasks-base.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
      "fullName" : "Sven Gothel"
    }
  ]
}