{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,399",
          "upstreamBuild" : 1399,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1399,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6487e3d25c55eadbf527739012e21e8f33e67a0f",
            "branch" : [
              {
                "SHA1" : "6487e3d25c55eadbf527739012e21e8f33e67a0f",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6487e3d25c55eadbf527739012e21e8f33e67a0f",
            "branch" : [
              {
                "SHA1" : "6487e3d25c55eadbf527739012e21e8f33e67a0f",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6487e3d25c55eadbf527739012e21e8f33e67a0f",
        "branch" : [
          {
            "SHA1" : "6487e3d25c55eadbf527739012e21e8f33e67a0f",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 1,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1399",
  "duration" : 2378230,
  "estimatedDuration" : 485024,
  "executor" : None,
  "fullDisplayName" : "jogl » android-arm64 #1399",
  "id" : "2015-07-16_02-49-41",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1399,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1437007781000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=android-arm64/1399/",
  "builtOn" : "androidArm64-jogamp-aarch64-sgothel-041",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/make.jogl.all.macosx-java6.sh",
          "make/scripts/make.jogl.all.macosx.sh"
        ],
        "commitId" : "35babe791b5c6db8a5dccac3a8f57e4f18d79d76",
        "timestamp" : 1436804121000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "add osx-java6 script: using separate rootrel.build\u000a",
        "date" : "2015-07-13T18:15:21+0200",
        "id" : "35babe791b5c6db8a5dccac3a8f57e4f18d79d76",
        "msg" : "add osx-java6 script: using separate rootrel.build",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.macosx.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/make.jogl.all.macosx-java6.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/oculusvr/oculusvr.c",
          "make/build-common.xml",
          "make/config/oculusvr/oculusvr-common.cfg",
          "make/build-oculusvr.xml",
          "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDeviceFactory.java",
          "oculusvr-sdk",
          "src/oculusvr/classes/com/jogamp/oculusvr/OVRVersion.java"
        ],
        "commitId" : "787bf6c43c881ff969282ed8eaabfe680daa70f8",
        "timestamp" : 1436843805000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump OculusVR RIFT SDK to 0.5.0.1\u000a\u000aState: Build clean on GNU/Linux and OSX\u000a",
        "date" : "2015-07-14T05:16:45+0200",
        "id" : "787bf6c43c881ff969282ed8eaabfe680daa70f8",
        "msg" : "Bump OculusVR RIFT SDK to 0.5.0.1",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-common.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/build-oculusvr.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/config/oculusvr/oculusvr-common.cfg"
          },
          {
            "editType" : "edit",
            "file" : "oculusvr-sdk"
          },
          {
            "editType" : "edit",
            "file" : "src/oculusvr/classes/jogamp/opengl/oculusvr/OVRStereoDeviceFactory.java"
          },
          {
            "editType" : "edit",
            "file" : "make/config/oculusvr/oculusvr.c"
          },
          {
            "editType" : "edit",
            "file" : "src/oculusvr/classes/com/jogamp/oculusvr/OVRVersion.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/build-oculusvr.xml",
          "oculusvr-sdk"
        ],
        "commitId" : "2ea0cc1bcdb01ca1875424ef0918ec382a02e075",
        "timestamp" : 1436984068000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Oculusvr SDK: Bump oculusvr-sdk mingw64 fixes ; Drop unused files from library.\u000a",
        "date" : "2015-07-15T20:14:28+0200",
        "id" : "2ea0cc1bcdb01ca1875424ef0918ec382a02e075",
        "msg" : "Oculusvr SDK: Bump oculusvr-sdk mingw64 fixes ; Drop unused files from",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/build-oculusvr.xml"
          },
          {
            "editType" : "edit",
            "file" : "oculusvr-sdk"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "oculusvr-sdk"
        ],
        "commitId" : "6487e3d25c55eadbf527739012e21e8f33e67a0f",
        "timestamp" : 1437000553000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump oculusvr-sdk: Fix build for Windows/MingW64 (32bit target)\u000a",
        "date" : "2015-07-16T00:49:13+0200",
        "id" : "6487e3d25c55eadbf527739012e21e8f33e67a0f",
        "msg" : "Bump oculusvr-sdk: Fix build for Windows/MingW64 (32bit target)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "oculusvr-sdk"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}