{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,452",
          "upstreamBuild" : 1452,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1452,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "3d94fac862c3605d3a0862e8e6f7725483398163",
            "branch" : [
              {
                "SHA1" : "3d94fac862c3605d3a0862e8e6f7725483398163",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "3d94fac862c3605d3a0862e8e6f7725483398163",
            "branch" : [
              {
                "SHA1" : "3d94fac862c3605d3a0862e8e6f7725483398163",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "3d94fac862c3605d3a0862e8e6f7725483398163",
        "branch" : [
          {
            "SHA1" : "3d94fac862c3605d3a0862e8e6f7725483398163",
            "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" : 1073,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "windows-x86_64",
  "duration" : 4735567,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 windows-x86_64",
  "id" : "1452",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1452,
  "queueId" : 1488,
  "result" : "SUCCESS",
  "timestamp" : 1443419084163,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/jogl/label=windows-x86_64/1452/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/tests-win.bat",
          "make/scripts/tests.sh",
          "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug1225EventQueueInterruptedAWT.java"
        ],
        "commitId" : "3235a4ae91e0202f9a36b8df4893f83be129dea2",
        "timestamp" : 1443405078000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1125: Unit test to validate that Thread.interrupt() does not disturb\u000acontinued rendering of AWT and GLCanvas\u000a",
        "date" : "2015-09-28 03:51:18 +0200",
        "id" : "3235a4ae91e0202f9a36b8df4893f83be129dea2",
        "msg" : "Bug 1125: Unit test to validate that Thread.interrupt() does not disturb",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/tests-win.bat"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "add",
            "file" : "src/test/com/jogamp/opengl/test/junit/jogl/awt/TestBug1225EventQueueInterruptedAWT.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/config/jogl/gl-common.cfg"
        ],
        "commitId" : "dad07ad7f7e54c593e58fe3a7ace41bfe4f39b05",
        "timestamp" : 1443415477000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1233 - Add missing range- and pbo-bound checks on\u000aglTexture[Sub]Image[123]D*\u000aAdding missing range- and pbo-bound checks for:\u000a- glTextureImage1DEXT\u000a- glTextureImage2DEXT\u000a- glTextureImage3DEXT\u000a- glTextureSubImage1D\u000a- glTextureSubImage1DEXT\u000a- glTextureSubImage2D\u000a- glTextureSubImage2DEXT\u000a- glTextureSubImage3D\u000a- glTextureSubImage3DEXT\u000a",
        "date" : "2015-09-28 06:44:37 +0200",
        "id" : "dad07ad7f7e54c593e58fe3a7ace41bfe4f39b05",
        "msg" : "Bug 1233 - Add missing range- and pbo-bound checks on",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/config/jogl/gl-common.cfg"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java"
        ],
        "commitId" : "3d94fac862c3605d3a0862e8e6f7725483398163",
        "timestamp" : 1443416017000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bug 1234 - GLReadBufferUtil.readPixelsImpl(..) not using [xy] offset in\u000areadTexture.updateSubImage(..)\u000aThe passed inX and inY x/y offset for readPixel -> [textureData] buffer, \u000amust be passed to readTexture.updateSubImage(..)'s destination offset.\u000aI.e. the buffer's content starting at beginning is filled via\u000aglReadPixels w/ offset applied.\u000aHence the texture update must pass the offset as the destination offset, \u000ai.e. to be used for glTexSubImage2D's offset.\u000a",
        "date" : "2015-09-28 06:53:37 +0200",
        "id" : "3d94fac862c3605d3a0862e8e6f7725483398163",
        "msg" : "Bug 1234 - GLReadBufferUtil.readPixelsImpl(..) not using [xy] offset in",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}