{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,179",
          "upstreamBuild" : 1179,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1179,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ded0a8fb68067e3dbb42ff4f6fce315a237afa8f",
            "branch" : [
              {
                "SHA1" : "ded0a8fb68067e3dbb42ff4f6fce315a237afa8f",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ded0a8fb68067e3dbb42ff4f6fce315a237afa8f",
            "branch" : [
              {
                "SHA1" : "ded0a8fb68067e3dbb42ff4f6fce315a237afa8f",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ded0a8fb68067e3dbb42ff4f6fce315a237afa8f",
        "branch" : [
          {
            "SHA1" : "ded0a8fb68067e3dbb42ff4f6fce315a237afa8f",
            "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" : 866,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1179",
  "duration" : 4302936,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #1179",
  "id" : "2013-12-20_21-45-25",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1179,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1387572325000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/1179/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/native/X11Window.c"
        ],
        "commitId" : "d67a2c52167abfd2d15e1b2b7c8a5d810932f398",
        "timestamp" : 1387521671000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Refine commit c9fcc8cd510abc0cbebb872dc3e457327655e778 (NEWT X11Window.c comments)\u000a",
        "date" : "2013-12-20T07:41:11+0100",
        "id" : "d67a2c52167abfd2d15e1b2b7c8a5d810932f398",
        "msg" : "Refine commit c9fcc8cd510abc0cbebb872dc3e457327655e778 (NEWT X11Window.c",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/native/X11Window.c",
          "make/scripts/tests.sh"
        ],
        "commitId" : "904adbe63a806ff73ea654da6cc964277bbbb8d3",
        "timestamp" : 1387522145000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top) (2nd attempt)\u000a\u000aCommit c8726ef04b94ad8e66e1191a06ff793b908d130c reinforced ALWAYS_ON_TOP in native reconfig code\u000aissued at reparenting call, which might be too early for the WM.\u000a\u000aPerform ALWAYS_ON_TOP reinforcement from java side when reparenting CHILD -> TOP was successful\u000aand visibility is reached. X11 only!\u000a\u000aNewtAWTReparentingKeyAdapter: Add 'a' alwaysOnTop toggle to test w/o applet code.\u000a",
        "date" : "2013-12-20T07:49:05+0100",
        "id" : "904adbe63a806ff73ea654da6cc964277bbbb8d3",
        "msg" : "Bug 924: Make ALWAYS_ON_TOP Persistent when Reparenting (child -> top)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/native/X11Window.c"
          },
          {
            "editType" : "edit",
            "file" : "src/test/com/jogamp/opengl/test/junit/newt/parenting/NewtAWTReparentingKeyAdapter.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "ded0a8fb68067e3dbb42ff4f6fce315a237afa8f",
        "timestamp" : 1387552007000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 924: Fullscreen toggle in X11 requires a 'sleep' on sluggish WMs (Unity) ; Block insets change while toggling fullscreen mode.\u000a",
        "date" : "2013-12-20T16:06:47+0100",
        "id" : "ded0a8fb68067e3dbb42ff4f6fce315a237afa8f",
        "msg" : "Bug 924: Fullscreen toggle in X11 requires a 'sleep' on sluggish WMs",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/michael.esemplare",
      "fullName" : "michael.esemplare"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/xerxes",
      "fullName" : "xerxes"
    }
  ]
}