{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,418",
          "upstreamBuild" : 1418,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1418,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "da1a4cc5bc4a7fda0605709b61a63564b9070378",
            "branch" : [
              {
                "SHA1" : "da1a4cc5bc4a7fda0605709b61a63564b9070378",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "da1a4cc5bc4a7fda0605709b61a63564b9070378",
            "branch" : [
              {
                "SHA1" : "da1a4cc5bc4a7fda0605709b61a63564b9070378",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "da1a4cc5bc4a7fda0605709b61a63564b9070378",
        "branch" : [
          {
            "SHA1" : "da1a4cc5bc4a7fda0605709b61a63564b9070378",
            "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" : 7,
      "totalCount" : 1049,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "windows-x86_64",
  "duration" : 4741166,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 windows-x86_64",
  "id" : "2015-08-02_05-05-30",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1418,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1438484730000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/1418/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/com/jogamp/newt/event/KeyEvent.java",
          "src/newt/classes/com/jogamp/newt/event/InputEvent.java",
          "src/nativewindow/classes/com/jogamp/nativewindow/util/PixelFormat.java"
        ],
        "commitId" : "87f29ea276d70171bbf227c0800991349ccf4873",
        "timestamp" : 1438463824000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adapt to GlueGen's Bitfield Changes (commit 047e9adaf2a5f51f7acfa194a744c99b6bfadaea)\u000a",
        "date" : "2015-08-01T23:17:04+0200",
        "id" : "87f29ea276d70171bbf227c0800991349ccf4873",
        "msg" : "Adapt to GlueGen's Bitfield Changes (commit",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/nativewindow/classes/com/jogamp/nativewindow/util/PixelFormat.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/KeyEvent.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/com/jogamp/newt/event/InputEvent.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/driver/android/WindowDriver.java",
          "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java",
          "src/newt/classes/jogamp/newt/WindowImpl.java",
          "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
        ],
        "commitId" : "24b646d387b3d85467bb22763b016a556d665707",
        "timestamp" : 1438469146000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "NEWT.WindowImpl: Adopt synchronized Bitfield for state flags (replacing 11 booleans)\u000a",
        "date" : "2015-08-02T00:45:46+0200",
        "id" : "24b646d387b3d85467bb22763b016a556d665707",
        "msg" : "NEWT.WindowImpl: Adopt synchronized Bitfield for state flags (replacing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/bcm/vc/iv/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/android/WindowDriver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/driver/macosx/WindowDriver.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/newt/classes/jogamp/newt/WindowImpl.java"
        ],
        "commitId" : "da1a4cc5bc4a7fda0605709b61a63564b9070378",
        "timestamp" : 1438477494000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix commit 24b646d387b3d85467bb22763b016a556d665707: Add missing semicolon\u000a",
        "date" : "2015-08-02T03:04:54+0200",
        "id" : "da1a4cc5bc4a7fda0605709b61a63564b9070378",
        "msg" : "Fix commit 24b646d387b3d85467bb22763b016a556d665707: Add missing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/newt/classes/jogamp/newt/WindowImpl.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}