{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause",
          "shortDescription" : "Started by an SCM change"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 0,
      "buildingDurationMillis" : 28318,
      "executingTimeMillis" : 28318,
      "executorUtilization" : 1.0,
      "subTaskCount" : 0,
      "waitingDurationMillis" : 0,
      "waitingTimeMillis" : 0
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/master" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 21,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "c0e4e29d12d4e25cf7695a754c712512493eaf32",
            "branch" : [
              {
                "SHA1" : "c0e4e29d12d4e25cf7695a754c712512493eaf32",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "c0e4e29d12d4e25cf7695a754c712512493eaf32",
            "branch" : [
              {
                "SHA1" : "c0e4e29d12d4e25cf7695a754c712512493eaf32",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "c0e4e29d12d4e25cf7695a754c712512493eaf32",
        "branch" : [
          {
            "SHA1" : "c0e4e29d12d4e25cf7695a754c712512493eaf32",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/str4d/ed25519-java.git"
      ],
      "scmName" : ""
    },
    {
      "_class" : "hudson.plugins.git.GitTagAction"
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.disk_usage.BuildDiskUsageAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#21",
  "duration" : 28318,
  "estimatedDuration" : 8383,
  "executor" : None,
  "fullDisplayName" : "net.i2p.crypto.eddsa #21",
  "id" : "21",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 21,
  "queueId" : 184,
  "result" : "FAILURE",
  "timestamp" : 1525554488800,
  "url" : "https://consolving.de/jenkins/view/all/job/net.i2p.crypto.eddsa/21/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "fefb1e7471621f10fdf6a1a02bb2fad3ccb547b8",
        "timestamp" : 1518215017000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/code",
          "fullName" : "code"
        },
        "authorEmail" : "code@io7m.com",
        "comment" : "Add an Automatic-Module-Name entry\u000aThis adds an Automatic-Module-Name entry to the jar to give a stable \u000aname that can be used in a \"requires\" clause in a JPMS module. The name\u000aused is \"net.i2p.crypto.eddsa\" to match the symbolic name used in the\u000aOSGi metadata.\u000a",
        "date" : "2018-02-09 22:23:37 +0000",
        "id" : "fefb1e7471621f10fdf6a1a02bb2fad3ccb547b8",
        "msg" : "Add an Automatic-Module-Name entry",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/math/GroupElement.java",
          "test/net/i2p/crypto/eddsa/math/GroupElementTest.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java",
          "test/net/i2p/crypto/eddsa/math/MathUtils.java",
          "src/net/i2p/crypto/eddsa/math/Curve.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java",
          "test/net/i2p/crypto/eddsa/math/ConstantsTest.java"
        ],
        "commitId" : "6d458bbb27592c7e8a7d8c5518184a222b124ae5",
        "timestamp" : 1523539732000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "First version with immutable GroupElement.  Needs some fixing up of\u000aformatting, comments.  Maybe add test for precomputed.\u000a",
        "date" : "2018-04-12 14:28:52 +0100",
        "id" : "6d458bbb27592c7e8a7d8c5518184a222b124ae5",
        "msg" : "First version with immutable GroupElement.  Needs some fixing up of",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/GroupElementTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/ConstantsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/Curve.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/MathUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/GroupElement.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java"
        ],
        "commitId" : "92887ae313d7a7f666c29d632d898f801f9bbfef",
        "timestamp" : 1523539732000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Lazy init of -A\u000a",
        "date" : "2018-04-12 14:28:52 +0100",
        "id" : "92887ae313d7a7f666c29d632d898f801f9bbfef",
        "msg" : "Lazy init of -A",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java"
        ],
        "commitId" : "21695be2392811307b787fea1fc7e4bd5ac99ef2",
        "timestamp" : 1523539732000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Updated a comment.\u000a",
        "date" : "2018-04-12 14:28:52 +0100",
        "id" : "21695be2392811307b787fea1fc7e4bd5ac99ef2",
        "msg" : "Updated a comment.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java"
        ],
        "commitId" : "c8384d8cb0a554e10f9a2adb891afebb3c54b3e4",
        "timestamp" : 1523539817000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Fixed eager init of Aneg that was missed\u000a",
        "date" : "2018-04-12 14:30:17 +0100",
        "id" : "c8384d8cb0a554e10f9a2adb891afebb3c54b3e4",
        "msg" : "Fixed eager init of Aneg that was missed",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSAPublicKeySpec.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/math/GroupElement.java",
          "test/net/i2p/crypto/eddsa/math/MathUtils.java"
        ],
        "commitId" : "4ad896ecc55214b63cb32268fcbb393543918d94",
        "timestamp" : 1523539817000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Fix up some javadocs.\u000a",
        "date" : "2018-04-12 14:30:17 +0100",
        "id" : "4ad896ecc55214b63cb32268fcbb393543918d94",
        "msg" : "Fix up some javadocs.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/GroupElement.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/MathUtils.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml",
          "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
        ],
        "commitId" : "6980a7f0af2f3e8e6e7fe6426061834ca3116900",
        "timestamp" : 1523539818000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Fix javadoc generation so that packaging works\u000a",
        "date" : "2018-04-12 14:30:18 +0100",
        "id" : "6980a7f0af2f3e8e6e7fe6426061834ca3116900",
        "msg" : "Fix javadoc generation so that packaging works",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
        ],
        "commitId" : "9224b8024a0a77c09240c3ee639f5315e0594677",
        "timestamp" : 1523539818000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Fix javadoc generation\u000a",
        "date" : "2018-04-12 14:30:18 +0100",
        "id" : "9224b8024a0a77c09240c3ee639f5315e0594677",
        "msg" : "Fix javadoc generation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "jitpack.yml"
        ],
        "commitId" : "1020139193ffadf34c3b90fd3b42d12a3fcd09e4",
        "timestamp" : 1523539818000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Force use of jdk8 for building.\u000a",
        "date" : "2018-04-12 14:30:18 +0100",
        "id" : "1020139193ffadf34c3b90fd3b42d12a3fcd09e4",
        "msg" : "Force use of jdk8 for building.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "jitpack.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "60eb2897b5594a88dfa81eda0a982b8350ada7db",
        "timestamp" : 1523539818000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Bump version to 0.3.0\u000a",
        "date" : "2018-04-12 14:30:18 +0100",
        "id" : "60eb2897b5594a88dfa81eda0a982b8350ada7db",
        "msg" : "Bump version to 0.3.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "ab9b743e0ceb94404cdfa5c8d5fe47f4574b3cae",
        "timestamp" : 1523539889000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Adjust README and also define public constant in more Java-like style.\u000a",
        "date" : "2018-04-12 14:31:29 +0100",
        "id" : "ab9b743e0ceb94404cdfa5c8d5fe47f4574b3cae",
        "msg" : "Adjust README and also define public constant in more Java-like style.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/math/GroupElement.java",
          "test/net/i2p/crypto/eddsa/math/GroupElementTest.java",
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java",
          "test/net/i2p/crypto/eddsa/math/MathUtils.java",
          "test/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTableTest.java"
        ],
        "commitId" : "7eb3c57f02ebba35cb6b72b562c7fbd0f7ed2924",
        "timestamp" : 1523539970000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Further clean up and some additional unit tests.\u000a",
        "date" : "2018-04-12 14:32:50 +0100",
        "id" : "7eb3c57f02ebba35cb6b72b562c7fbd0f7ed2924",
        "msg" : "Further clean up and some additional unit tests.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/GroupElementTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/MathUtils.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/GroupElement.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTableTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java",
          "test/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTableTest.java",
          "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java",
          "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
        ],
        "commitId" : "99442aa4c7f166dfe9bdae014c0ab461d405522c",
        "timestamp" : 1523540674000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Post-rebase clean up\u000a",
        "date" : "2018-04-12 14:44:34 +0100",
        "id" : "99442aa4c7f166dfe9bdae014c0ab461d405522c",
        "msg" : "Post-rebase clean up",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPrivateKey.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTableTest.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSAPublicKey.java"
          },
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/spec/EdDSANamedCurveTable.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "6756a6a15ef8af078e9284125b668a1b950580f0",
        "timestamp" : 1523542469000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Added more to README\u000a",
        "date" : "2018-04-12 15:14:29 +0100",
        "id" : "6756a6a15ef8af078e9284125b668a1b950580f0",
        "msg" : "Added more to README",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/math/GroupElement.java",
          "test/net/i2p/crypto/eddsa/math/ConstantsTest.java",
          "test/net/i2p/crypto/eddsa/math/MathUtils.java"
        ],
        "commitId" : "5ab6cba5d96a585f5d6529e00680e028ee13a66a",
        "timestamp" : 1523543869000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
          "fullName" : "rick.parker"
        },
        "authorEmail" : "rick.parker@r3cev.com",
        "comment" : "Clean up some unnecessary changed lines.\u000a",
        "date" : "2018-04-12 15:37:49 +0100",
        "id" : "5ab6cba5d96a585f5d6529e00680e028ee13a66a",
        "msg" : "Clean up some unnecessary changed lines.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/math/GroupElement.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/ConstantsTest.java"
          },
          {
            "editType" : "edit",
            "file" : "test/net/i2p/crypto/eddsa/math/MathUtils.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "428d50003c3c190b847065e33e4a8fcac4b1f615",
        "timestamp" : 1525540745000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Update contributors\u000a",
        "date" : "2018-05-06 05:19:05 +1200",
        "id" : "428d50003c3c190b847065e33e4a8fcac4b1f615",
        "msg" : "Update contributors",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "9d6c031df750038166d9311005747ed276f2bb03",
        "timestamp" : 1525542824000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Tidy up README\u000a",
        "date" : "2018-05-06 05:53:44 +1200",
        "id" : "9d6c031df750038166d9311005747ed276f2bb03",
        "msg" : "Tidy up README",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".travis.yml"
        ],
        "commitId" : "5d0fd0263ae9688b6a9f7a4bd2c54e89cc8ace4b",
        "timestamp" : 1525548748000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Test against Java 10\u000a",
        "date" : "2018-05-06 07:32:28 +1200",
        "id" : "5d0fd0263ae9688b6a9f7a4bd2c54e89cc8ace4b",
        "msg" : "Test against Java 10",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".travis.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "5bf723980944abe379cf8760d4fdb44ee0d2ff0c",
        "timestamp" : 1525551809000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "Bump plugin versions\u000a",
        "date" : "2018-05-06 08:23:29 +1200",
        "id" : "5bf723980944abe379cf8760d4fdb44ee0d2ff0c",
        "msg" : "Bump plugin versions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java"
        ],
        "commitId" : "3cffbfcb35efadbfac6d55a5bf26975bd8d63e0e",
        "timestamp" : 1525551881000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
          "fullName" : "str4d"
        },
        "authorEmail" : "str4d@mail.i2p",
        "comment" : "eddsa-0.3.0\u000a",
        "date" : "2018-05-06 08:24:41 +1200",
        "id" : "3cffbfcb35efadbfac6d55a5bf26975bd8d63e0e",
        "msg" : "eddsa-0.3.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/net/i2p/crypto/eddsa/EdDSASecurityProvider.java"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/code",
      "fullName" : "code"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/ilyam",
      "fullName" : "ilyam"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/str4d",
      "fullName" : "str4d"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/jim",
      "fullName" : "jim"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/ross.nicoll",
      "fullName" : "ross.nicoll"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/rick.parker",
      "fullName" : "rick.parker"
    }
  ]
}