{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,251",
          "upstreamBuild" : 1251,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1251,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c8b1eb11f143bb1d0b276554ff1455d8b7616e33",
            "branch" : [
              {
                "SHA1" : "c8b1eb11f143bb1d0b276554ff1455d8b7616e33",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c8b1eb11f143bb1d0b276554ff1455d8b7616e33",
            "branch" : [
              {
                "SHA1" : "c8b1eb11f143bb1d0b276554ff1455d8b7616e33",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c8b1eb11f143bb1d0b276554ff1455d8b7616e33",
        "branch" : [
          {
            "SHA1" : "c8b1eb11f143bb1d0b276554ff1455d8b7616e33",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/jogl.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 7,
      "skipCount" : 0,
      "totalCount" : 935,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "macos-x86_64",
  "duration" : 5352130,
  "estimatedDuration" : 3583845,
  "executor" : None,
  "fullDisplayName" : "jogl » macos-x86_64 macos-x86_64",
  "id" : "2014-05-14_12-28-53",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1251,
  "queueId" : -1,
  "result" : "UNSTABLE",
  "timestamp" : 1400063333000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=macos-x86_64/1251/",
  "builtOn" : "macosx64-NV320M-10_6-jogamp-x64-sgothel-012",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java",
          "make/build-common.xml",
          "make/scripts/setenv-jogl.sh",
          ".classpath",
          "make/scripts/tests.sh",
          "make/lib/v2.1.5/jogl-all.jar"
        ],
        "commitId" : "8acae6df2ca6884f65ad4b32ed2d35d6a1c46f87",
        "timestamp" : 1399985198000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Unit Test: Added Semantic Version Test (Current version agains v2.1.5)\u000a\u000aSee GlueGen commits:\u000a  - c06288d2a12586ab8df3715cf130549fdd7499fb\u000a  - 64615f17a8c63f692159235e169dbdd14d30b737\u000a  - 1a504fa682e6f28c5543da4d5885c7f2ff4ed3f1\u000a",
        "date" : "2014-05-13T14:46:38+0200",
        "id" : "8acae6df2ca6884f65ad4b32ed2d35d6a1c46f87",
        "msg" : "Unit Test: Added Semantic Version Test (Current version agains v2.1.5)",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java"
          },
          {
            "editType" : "add",
            "file" : "make/lib/v2.1.5/jogl-all.jar"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : ".classpath"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/setenv-jogl.sh"
          },
          {
            "editType" : "edit",
            "file" : "make/build-common.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java"
        ],
        "commitId" : "c8b1eb11f143bb1d0b276554ff1455d8b7616e33",
        "timestamp" : 1400016147000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "TestVersionSemanticsNOUI: Derive from JunitTracer\u000a",
        "date" : "2014-05-13T23:22:27+0200",
        "id" : "c8b1eb11f143bb1d0b276554ff1455d8b7616e33",
        "msg" : "TestVersionSemanticsNOUI: Derive from JunitTracer",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/acore/TestVersionSemanticsNOUI.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/petros",
      "fullName" : "petros"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael.esemplare",
      "fullName" : "michael.esemplare"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}