{
  "_class" : "hudson.matrix.MatrixRun",
  "actions" : [
    {
      
    },
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UpstreamCause",
          "shortDescription" : "Started by upstream project \"gluegen\" build number 603",
          "upstreamBuild" : 603,
          "upstreamProject" : "gluegen",
          "upstreamUrl" : "job/gluegen/"
        }
      ]
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 603,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "1507b376bada782b5064a0151d9b7871d1360b40",
            "branch" : [
              {
                "SHA1" : "1507b376bada782b5064a0151d9b7871d1360b40",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "1507b376bada782b5064a0151d9b7871d1360b40",
            "branch" : [
              {
                "SHA1" : "1507b376bada782b5064a0151d9b7871d1360b40",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "1507b376bada782b5064a0151d9b7871d1360b40",
        "branch" : [
          {
            "SHA1" : "1507b376bada782b5064a0151d9b7871d1360b40",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.junit.TestResultAction",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 97,
      "urlName" : "testReport"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#603",
  "duration" : 92887,
  "estimatedDuration" : 392538,
  "executor" : None,
  "fullDisplayName" : "gluegen » windows-x86_64 #603",
  "id" : "2012-10-29_09-51-03",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 603,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1351500663000,
  "url" : "https://jogamp.org/chuck/view/on%20server/job/gluegen/label=windows-x86_64/603/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x64-sgothel-011",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/runtest.sh",
          "src/junit/com/jogamp/common/util/TestVersionNumber.java",
          "src/java/com/jogamp/common/util/VersionNumber.java"
        ],
        "commitId" : "08a8defda8b6f49eb794cf787f688ba65bfe7b37",
        "timestamp" : 1351083023000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix VersionNumber: Non digits cut off pattern was '\\D.*' and cut off digits in case leading non digits appear.\u000a\u000a'\\D.*' matches a leading non-digit and then any character.\u000a\u000aFirst the string is tokenized by delim:\u000a  \"OpenGL ES GLSL ES 1.0.16\" -> \"OpenGL ES GLSL ES 1\", \"0\", \"16\"\u000a\u000aEnhance pattern as follows and access collected group if matching:\u000a        // group1: \\D* == leading non digits, optional\u000a        // group2: \\d* == digits\u000a        // group3: .*  == any pending chars, optional\u000a        final java.util.regex.Pattern nonDigitsCutOff = java.util.regex.Pattern.compile(\"(\\\\D*)(\\\\d*)(.*)\");\u000a\u000aReorganized storage from atomic values to int[3] array, allowing simple pattern matching loop.\u000a\u000aAdded unit test.\u000a",
        "date" : "2012-10-24T14:50:23+0200",
        "id" : "08a8defda8b6f49eb794cf787f688ba65bfe7b37",
        "msg" : "Fix VersionNumber: Non digits cut off pattern was '\\D.*' and cut off",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestVersionNumber.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/VersionNumber.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/VersionNumber.java"
        ],
        "commitId" : "be7cd5059dea197bd3756e0b19f934041dc6ad13",
        "timestamp" : 1351083085000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "VersionNumber: Remove printing Exception (was added for debugging purposes)\u000a",
        "date" : "2012-10-24T14:51:25+0200",
        "id" : "be7cd5059dea197bd3756e0b19f934041dc6ad13",
        "msg" : "VersionNumber: Remove printing Exception (was added for debugging",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/VersionNumber.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/VersionNumber.java"
        ],
        "commitId" : "c1a8c38e32b4ed8f97fc82602c90eb7b0b3cef6e",
        "timestamp" : 1351083466000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "VersionNumber: Add API doc for string parsing\u000a",
        "date" : "2012-10-24T14:57:46+0200",
        "id" : "c1a8c38e32b4ed8f97fc82602c90eb7b0b3cef6e",
        "msg" : "VersionNumber: Add API doc for string parsing",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/VersionNumber.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/VersionNumber.java"
        ],
        "commitId" : "661a625ed69faf701b6e868225148f630c2002d8",
        "timestamp" : 1351083563000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "VersionNumber: API doc fix\u000a",
        "date" : "2012-10-24T14:59:23+0200",
        "id" : "661a625ed69faf701b6e868225148f630c2002d8",
        "msg" : "VersionNumber: API doc fix",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/VersionNumber.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java",
          "src/java/com/jogamp/common/os/NativeLibrary.java"
        ],
        "commitId" : "abbe6ce0973fbd82971ace1866515beefcc41817",
        "timestamp" : 1351150505000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Fix Bug 608: Push down TempJarCache.findLibrary(..) from JNILibLoaderBase.loadLibraryInternal() to NativeLibrary.findLibrary(..)\u000a\u000aThis allows using TempJarCache (if used/initialized) for native 'tool' libraries as well.\u000aThis is the case of JOAL's attempt to load the provided 'libopenal.so'\u000a",
        "date" : "2012-10-25T09:35:05+0200",
        "id" : "abbe6ce0973fbd82971ace1866515beefcc41817",
        "msg" : "Fix Bug 608: Push down TempJarCache.findLibrary(..) from",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/os/NativeLibrary.java"
          },
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/jvm/JNILibLoaderBase.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IntBitfield.java"
        ],
        "commitId" : "6bc876895b6b6a4e76896597d95dfd7c67bb6b49",
        "timestamp" : 1351291632000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Adding com.jogamp.common.util.IntBitfield: Simple bitfield holder class using an int[] storage.\u000a\u000aIntBitfield comes in handy to store bit states of a wide value range w/o being a memory hog an O(1) access,\u000ae.g. keyCode -> isPressed maps etc.\u000a",
        "date" : "2012-10-27T00:47:12+0200",
        "id" : "6bc876895b6b6a4e76896597d95dfd7c67bb6b49",
        "msg" : "Adding com.jogamp.common.util.IntBitfield: Simple bitfield holder class",
        "paths" : [
          {
            "editType" : "add",
            "file" : "src/java/com/jogamp/common/util/IntBitfield.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/java/com/jogamp/common/util/IntBitfield.java"
        ],
        "commitId" : "1507b376bada782b5064a0151d9b7871d1360b40",
        "timestamp" : 1351294898000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "IntBitfield: Add API doc; Enhance put() method, return previous value to be used more versatile and write only if value changed.\u000a",
        "date" : "2012-10-27T01:41:38+0200",
        "id" : "1507b376bada782b5064a0151d9b7871d1360b40",
        "msg" : "IntBitfield: Add API doc; Enhance put() method, return previous value to",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/java/com/jogamp/common/util/IntBitfield.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    }
  ]
}