{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"joal_onmaster\" build number 45",
          "upstreamBuild" : 45,
          "upstreamProject" : "joal_onmaster",
          "upstreamUrl" : "job/joal_onmaster/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 45,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "e69b819ab572ff95ce252364eb294c074d4210a8",
            "branch" : [
              {
                "SHA1" : "e69b819ab572ff95ce252364eb294c074d4210a8",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "e69b819ab572ff95ce252364eb294c074d4210a8",
            "branch" : [
              {
                "SHA1" : "e69b819ab572ff95ce252364eb294c074d4210a8",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "e69b819ab572ff95ce252364eb294c074d4210a8",
        "branch" : [
          {
            "SHA1" : "e69b819ab572ff95ce252364eb294c074d4210a8",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/joal.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "artifact.properties",
      "fileName" : "artifact.properties",
      "relativePath" : "build/artifact.properties"
    },
    {
      "displayPath" : "javadoc.7z",
      "fileName" : "javadoc.7z",
      "relativePath" : "build/javadoc.7z"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#45",
  "duration" : 38300,
  "estimatedDuration" : 262169,
  "executor" : None,
  "fullDisplayName" : "joal_onmaster » linux-x86_64-master-001 #45",
  "id" : "2013-09-07_00-00-21",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 45,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1378504821000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/joal_onmaster/label=linux-x86_64-master-001/45/",
  "builtOn" : "linux64-null-centos55-jogamp-x64-chuck-001",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/openal/ALFactory.java"
        ],
        "commitId" : "c8412fdfa06d22dbdd73821c62c1cd567f0dd8fb",
        "timestamp" : 1377486355000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "ALFactory: Remove unused imports\u000a",
        "date" : "2013-08-26T05:05:55+0200",
        "id" : "c8412fdfa06d22dbdd73821c62c1cd567f0dd8fb",
        "msg" : "ALFactory: Remove unused imports",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/openal/ALFactory.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/openal/util/ALHelpers.java"
        ],
        "commitId" : "0baa6041fd23aba07bf9f09352e7a38622731c33",
        "timestamp" : 1377486446000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add util class ALHelpers - Ported to Java from OpenAL-Soft from (c) 2011 Chris Robinson (BSD'ish)\u000a\u000a- Renamed type conversion methods\u000a- Added generic type -> AL types\u000a",
        "date" : "2013-08-26T05:07:26+0200",
        "id" : "0baa6041fd23aba07bf9f09352e7a38622731c33",
        "msg" : "Add util class ALHelpers - Ported to Java from OpenAL-Soft from (c) 2011",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/openal/util/ALHelpers.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/openal/util/ALHelpers.java"
        ],
        "commitId" : "e69b819ab572ff95ce252364eb294c074d4210a8",
        "timestamp" : 1377494785000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "ALHelpers: Shorten returned string representations\u000a",
        "date" : "2013-08-26T07:26:25+0200",
        "id" : "e69b819ab572ff95ce252364eb294c074d4210a8",
        "msg" : "ALHelpers: Shorten returned string representations",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/openal/util/ALHelpers.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}