{
  "_class" : "hudson.matrix.MatrixBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Sven Gothel",
          "userId" : "sgothel",
          "userName" : "Sven Gothel"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 788,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "6b0554b658d656aa2fb7d3696dd2f75ca25304d3",
            "branch" : [
              {
                "SHA1" : "6b0554b658d656aa2fb7d3696dd2f75ca25304d3",
                "name" : "origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "6b0554b658d656aa2fb7d3696dd2f75ca25304d3",
            "branch" : [
              {
                "SHA1" : "6b0554b658d656aa2fb7d3696dd2f75ca25304d3",
                "name" : "origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "6b0554b658d656aa2fb7d3696dd2f75ca25304d3",
        "branch" : [
          {
            "SHA1" : "6b0554b658d656aa2fb7d3696dd2f75ca25304d3",
            "name" : "origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git://jogamp.org/srv/scm/gluegen.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.tasks.test.MatrixTestResult",
      "failCount" : 0,
      "skipCount" : 0,
      "totalCount" : 2128,
      "urlName" : "testReport"
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#788",
  "duration" : 407196,
  "estimatedDuration" : 476144,
  "executor" : None,
  "fullDisplayName" : "gluegen #788",
  "id" : "2014-05-14_02-06-11",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 788,
  "queueId" : -1,
  "result" : "SUCCESS",
  "timestamp" : 1400025971000,
  "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/788/",
  "builtOn" : "win64-nvgtx460-win7-jogamp-x32-sgothel-010",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/semantic-versioning/README.md",
          "make/scripts/runtest.sh",
          "make/lib/semantic-versioning/semver-src.zip",
          "make/lib/semantic-versioning/semver.jar",
          ".classpath",
          "src/junit/com/jogamp/common/util/TestVersionSemantics.java",
          "make/lib/semantic-versioning/VERSION",
          "make/lib/v2.1.5/gluegen-rt.jar",
          "make/lib/semantic-versioning/LICENSE",
          "make/gluegen-properties.xml",
          "make/build-test.xml"
        ],
        "commitId" : "c06288d2a12586ab8df3715cf130549fdd7499fb",
        "timestamp" : 1399958192000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Unit Test: Added Semantic Version Test (Current version agains v2.1.5)\u000a\u000aTestVersionSemantics adds testing of semantic versioning\u000aof 2.1.5 gluegen-rt.jar against the current version within a unit test.\u000a\u000aCurrently we expect BACKWARD_COMPATIBLE_USER\u000aand need to toggle this to NON_BACKWARD_COMPATIBLE,\u000aif actually perfoming non compatible major or minor version changes.\u000a\u000aThe latter is allowed right now, since we increment from 2.1 -> 2.2!\u000a\u000a- Added https://github.com/jeluard/semantic-versioning semver.jar (Apache License Version 2.0)\u000a",
        "date" : "2014-05-13T07:16:32+0200",
        "id" : "c06288d2a12586ab8df3715cf130549fdd7499fb",
        "msg" : "Unit Test: Added Semantic Version Test (Current version agains v2.1.5)",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          },
          {
            "editType" : "add",
            "file" : "make/lib/semantic-versioning/semver-src.zip"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/common/util/TestVersionSemantics.java"
          },
          {
            "editType" : "add",
            "file" : "make/lib/semantic-versioning/README.md"
          },
          {
            "editType" : "add",
            "file" : "make/lib/semantic-versioning/LICENSE"
          },
          {
            "editType" : "add",
            "file" : "make/lib/v2.1.5/gluegen-rt.jar"
          },
          {
            "editType" : "edit",
            "file" : "make/gluegen-properties.xml"
          },
          {
            "editType" : "add",
            "file" : "make/lib/semantic-versioning/VERSION"
          },
          {
            "editType" : "add",
            "file" : "make/lib/semantic-versioning/semver.jar"
          },
          {
            "editType" : "edit",
            "file" : ".classpath"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/scripts/runtest.sh",
          "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java",
          "src/junit/com/jogamp/common/util/TestVersionSemantics.java",
          "make/build-test.xml"
        ],
        "commitId" : "64615f17a8c63f692159235e169dbdd14d30b737",
        "timestamp" : 1399971979000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Unit Test: Modularize Semantic Version Test / Fix 'excludes'\u000a\u000aRefactor base semjar unit test class into\u000acom.jogamp.junit.util.VersionSemanticsUtil, part of new gluegen-test-util.jar.\u000a\u000aThe new gluegen-test-util.jar shall be used by all other modules to test versioning.\u000a",
        "date" : "2014-05-13T11:06:19+0200",
        "id" : "64615f17a8c63f692159235e169dbdd14d30b737",
        "msg" : "Unit Test: Modularize Semantic Version Test / Fix 'excludes'",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestVersionSemantics.java"
          },
          {
            "editType" : "add",
            "file" : "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/build-test.xml"
          },
          {
            "editType" : "edit",
            "file" : "make/scripts/runtest.sh"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/semantic-versioning/semver-src.zip",
          "make/lib/semantic-versioning/semver.jar",
          "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java",
          "src/junit/com/jogamp/common/util/TestVersionSemantics.java",
          "make/lib/semantic-versioning/VERSION"
        ],
        "commitId" : "1a504fa682e6f28c5543da4d5885c7f2ff4ed3f1",
        "timestamp" : 1399984396000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump semver.jar to 731db3566b4096ecf6a08a9d33991400e66c5021 (sgothel/jogamp branch): Using direct regexp for excludes\u000a",
        "date" : "2014-05-13T14:33:16+0200",
        "id" : "1a504fa682e6f28c5543da4d5885c7f2ff4ed3f1",
        "msg" : "Bump semver.jar to 731db3566b4096ecf6a08a9d33991400e66c5021",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver-src.zip"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/common/util/TestVersionSemantics.java"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/VERSION"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver.jar"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/semantic-versioning/semver-src.zip",
          "make/lib/semantic-versioning/semver.jar",
          "make/lib/semantic-versioning/VERSION"
        ],
        "commitId" : "0d085ac230506222d6ae2c3aacd1bbc624554a88",
        "timestamp" : 1400008835000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump semver.jar to new rebased c4930f9d23ae7515434942836f628f767411876c (0.9.25-SNAPSHOT)\u000a",
        "date" : "2014-05-13T21:20:35+0200",
        "id" : "0d085ac230506222d6ae2c3aacd1bbc624554a88",
        "msg" : "Bump semver.jar to new rebased c4930f9d23ae7515434942836f628f767411876c",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/VERSION"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver-src.zip"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver.jar"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/semantic-versioning/semver.jar",
          "make/lib/semantic-versioning/semver-src.zip",
          "make/lib/semantic-versioning/VERSION"
        ],
        "commitId" : "044a71481b42eef02e296c92394cbdac756dede6",
        "timestamp" : 1400012416000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump semver 174953022b62681653db1f57b087581e29313f5b\u000a",
        "date" : "2014-05-13T22:20:16+0200",
        "id" : "044a71481b42eef02e296c92394cbdac756dede6",
        "msg" : "Bump semver 174953022b62681653db1f57b087581e29313f5b",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver.jar"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver-src.zip"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/VERSION"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java"
        ],
        "commitId" : "761667cd9bdf325431bb083d1e3178ff7b681309",
        "timestamp" : 1400012468000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "VersionSemanticsUtil: Produce diff stat per-class w/ diff-type-count and dump diffs per diff-type\u000a",
        "date" : "2014-05-13T22:21:08+0200",
        "id" : "761667cd9bdf325431bb083d1e3178ff7b681309",
        "msg" : "VersionSemanticsUtil: Produce diff stat per-class w/ diff-type-count and",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "make/lib/semantic-versioning/semver.jar",
          "make/lib/semantic-versioning/semver-src.zip",
          "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java",
          "make/lib/semantic-versioning/VERSION"
        ],
        "commitId" : "6b0554b658d656aa2fb7d3696dd2f75ca25304d3",
        "timestamp" : 1400015270000,
        "author" : {
          "absoluteUrl" : "https://jogamp.org/chuck/user/sven%20gothel",
          "fullName" : "Sven Gothel"
        },
        "authorEmail" : "sgothel@jausoft.com",
        "comment" : "Bump semver to 9ec2e5329780214d317b026f7c0b086972a94a5c - Using Dumper.dumpFullStats(..)\u000a",
        "date" : "2014-05-13T23:07:50+0200",
        "id" : "6b0554b658d656aa2fb7d3696dd2f75ca25304d3",
        "msg" : "Bump semver to 9ec2e5329780214d317b026f7c0b086972a94a5c - Using",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver.jar"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/VERSION"
          },
          {
            "editType" : "edit",
            "file" : "src/junit/com/jogamp/junit/util/VersionSemanticsUtil.java"
          },
          {
            "editType" : "edit",
            "file" : "make/lib/semantic-versioning/semver-src.zip"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/sgothel",
      "fullName" : "Sven Gothel"
    },
    {
      "absoluteUrl" : "https://jogamp.org/chuck/user/hharrison",
      "fullName" : "Harvey Harrison"
    }
  ],
  "runs" : [
    {
      "number" : 788,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=linux-x86_64/788/"
    },
    {
      "number" : 788,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=macos-x86_64/788/"
    },
    {
      "number" : 788,
      "url" : "https://jogamp.org/chuck/view/fwd/job/gluegen/label=windows-x86_64/788/"
    }
  ]
}