{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,423",
          "upstreamBuild" : 1423,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1423,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ee8ead591e9d5a5f38f2ab333e2873130b8cd2c2",
            "branch" : [
              {
                "SHA1" : "ee8ead591e9d5a5f38f2ab333e2873130b8cd2c2",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ee8ead591e9d5a5f38f2ab333e2873130b8cd2c2",
            "branch" : [
              {
                "SHA1" : "ee8ead591e9d5a5f38f2ab333e2873130b8cd2c2",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ee8ead591e9d5a5f38f2ab333e2873130b8cd2c2",
        "branch" : [
          {
            "SHA1" : "ee8ead591e9d5a5f38f2ab333e2873130b8cd2c2",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 4,
      "skipCount" : 0,
      "totalCount" : 1049,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "macos-x86_64",
  "duration" : 4157875,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 macos-x86_64",
  "id" : "2015-08-18_05-17-34",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1423,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1439867854000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/1423/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/X11Display.c"
        ],
        "commitId" : "576ba0b8334dae8ab8b0b2686422d450c7f360da",
        "timestamp" : 1439477830000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@gudinna.com",
        "comment" : "Bug 1192: NEWT native/X11Display.c Cleanup JNI signatures in comments\u000a",
        "date" : "2015-08-13T16:57:10+0200",
        "id" : "576ba0b8334dae8ab8b0b2686422d450c7f360da",
        "msg" : "Bug 1192: NEWT native/X11Display.c Cleanup JNI signatures in comments",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Display.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java"
        ],
        "commitId" : "4a1a777088cfd20875d2a99a71028e37e2c9fc92",
        "timestamp" : 1439484615000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
          "fullName" : "gouessej"
        },
        "authorEmail" : "gouessej@orange.fr",
        "comment" : "Adds the compute shaders into the list of supported shaders for ShaderCode\u000a",
        "date" : "2015-08-13T18:50:15+0200",
        "id" : "4a1a777088cfd20875d2a99a71028e37e2c9fc92",
        "msg" : "Adds the compute shaders into the list of supported shaders for",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java"
        ],
        "commitId" : "8f56b4a0631fd4d8668573ff3baa704e22d8ed85",
        "timestamp" : 1439485231000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
          "fullName" : "gouessej"
        },
        "authorEmail" : "gouessej@orange.fr",
        "comment" : "Updates the documentation of the class ShaderCode concerning the compute shaders\u000a",
        "date" : "2015-08-13T19:00:31+0200",
        "id" : "8f56b4a0631fd4d8668573ff3baa704e22d8ed85",
        "msg" : "Updates the documentation of the class ShaderCode concerning the compute",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/X11RandR13.c"
        ],
        "commitId" : "a213c39fa9d741d519df56bc4d4abb86113985f4",
        "timestamp" : 1439685519000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
          "fullName" : "xerxes"
        },
        "authorEmail" : "xerxes@gudinna.com",
        "comment" : "Bug 1183: X11RandR13 XRRGetScreenResourcesCurrent _occasionally_ reports empty data\u000a",
        "date" : "2015-08-16T02:38:39+0200",
        "id" : "a213c39fa9d741d519df56bc4d4abb86113985f4",
        "msg" : "Bug 1183: X11RandR13 XRRGetScreenResourcesCurrent _occasionally_ reports",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11RandR13.c"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/rob.hatcherson",
      "fullName" : "rob.hatcherson"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/tom.nuydens",
      "fullName" : "tom.nuydens"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/gouessej",
      "fullName" : "gouessej"
    }
  ]
}