{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"jogl\" build number 1,370",
          "upstreamBuild" : 1370,
          "upstreamProject" : "jogl",
          "upstreamUrl" : "job/jogl/"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 1370,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "8426f47419bf116b427461a36534e70c48ed930d",
            "branch" : [
              {
                "SHA1" : "8426f47419bf116b427461a36534e70c48ed930d",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "8426f47419bf116b427461a36534e70c48ed930d",
            "branch" : [
              {
                "SHA1" : "8426f47419bf116b427461a36534e70c48ed930d",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "8426f47419bf116b427461a36534e70c48ed930d",
        "branch" : [
          {
            "SHA1" : "8426f47419bf116b427461a36534e70c48ed930d",
            "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" : 989,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#1370",
  "duration" : 4900347,
  "estimatedDuration" : 3745003,
  "executor" : None,
  "fullDisplayName" : "jogl » windows-x86_64 #1370",
  "id" : "2015-02-05_05-32-48",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 1370,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1423110768000,
  "url" : "https://jogamp.org/chuck/job/jogl/label=windows-x86_64/1370/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java",
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGDynamicLibraryBundleInfo.java",
          "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
        ],
        "commitId" : "06a05d30fc026b21f59310986ea9eb7f3ff30d54",
        "timestamp" : 1423088748000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Add missing privileged section for NativeLibrary lookup: GLContextImpl and FFMPEGDynamicLibraryBundleInfo\u000a\u000aSince GlueGen security fix commit 12feaa7d3b1544098f684d851e3caff1ec88cbc8\u000aand its cleanup dd2440cbadc642a561d8f92c502fe822b2f11762\u000athe GLContextImpl func lookup caused a security exception.\u000a\u000aApplied fix to FFMPEGDynamicLibraryBundleInfo as well.\u000a",
        "date" : "2015-02-04T23:25:48+0100",
        "id" : "06a05d30fc026b21f59310986ea9eb7f3ff30d54",
        "msg" : "Add missing privileged section for NativeLibrary lookup: GLContextImpl",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/com/jogamp/gluegen/runtime/opengl/GLProcAddressResolver.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/GLContextImpl.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGDynamicLibraryBundleInfo.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/jogl/native/libav/ffmpeg_impl_template.c",
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGDynamicLibraryBundleInfo.java",
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv10Natives.java",
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv08Natives.java",
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv09Natives.java",
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java",
          "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGNatives.java",
          "make/scripts/tests.sh"
        ],
        "commitId" : "8426f47419bf116b427461a36534e70c48ed930d",
        "timestamp" : 1423103751000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packaging\u000a\u000a- static init block issue\u000a  commit 06a05d30fc026b21f59310986ea9eb7f3ff30d54\u000a  used a static final field initialized after the static {} block\u000a  which was still null if called -> moved above static {}\u000a\u000a- libavresample debian8 packaging\u000a  Debian8 packages a libav10 combination w/ libavresample version 2,\u000a  which actually belongs to libav11 - libav10 uses libarvresample version 1.\u000a  Allow libavresample and libswresample to be selectively skipped if version mismatch.\u000a",
        "date" : "2015-02-05T03:35:51+0100",
        "id" : "8426f47419bf116b427461a36534e70c48ed930d",
        "msg" : "Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv09Natives.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv08Natives.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/native/libav/ffmpeg_impl_template.c"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGDynamicLibraryBundleInfo.java"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGv10Natives.java"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/tests.sh"
          },
          {
            "editType" : "edit",
            "file" : "src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGNatives.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}