{
  "_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" : 10661,
      "executingTimeMillis" : 10661,
      "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" : 35,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "469043d3d87a4236665379fc5b17371f42ff9d91",
            "branch" : [
              {
                "SHA1" : "469043d3d87a4236665379fc5b17371f42ff9d91",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "469043d3d87a4236665379fc5b17371f42ff9d91",
            "branch" : [
              {
                "SHA1" : "469043d3d87a4236665379fc5b17371f42ff9d91",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "469043d3d87a4236665379fc5b17371f42ff9d91",
        "branch" : [
          {
            "SHA1" : "469043d3d87a4236665379fc5b17371f42ff9d91",
            "name" : "refs/remotes/origin/master"
          }
        ]
      },
      "remoteUrls" : [
        "git@github.com:wstrange/GoogleAuth.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" : "#35",
  "duration" : 10661,
  "estimatedDuration" : 18875,
  "executor" : None,
  "fullDisplayName" : "com.warrenstrange.googleauth #35",
  "id" : "35",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 35,
  "queueId" : 254,
  "result" : "SUCCESS",
  "timestamp" : 1571888767935,
  "url" : "https://consolving.de/jenkins/job/com.warrenstrange.googleauth/35/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java",
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorConfig.java"
        ],
        "commitId" : "49c99db090bf7a17eaa5d9b408d9fd7ba21c0c66",
        "timestamp" : 1554389158000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/gabor.varga",
          "fullName" : "gabor.varga"
        },
        "authorEmail" : "gabor.varga@mondriaan.com",
        "comment" : "Make the number of secret bits configurable\u000aThe hard-coded value used to be 80 bits, whereas RFC 4226 §4 requires\u000a128 bits and recommends 160 bits\u000a",
        "date" : "2019-04-04 16:45:58 +0200",
        "id" : "49c99db090bf7a17eaa5d9b408d9fd7ba21c0c66",
        "msg" : "Make the number of secret bits configurable",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorConfig.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".travis.yml"
        ],
        "commitId" : "54685db867dca3f587bd40c8a9c25b85d5f1d4cb",
        "timestamp" : 1571818257000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/enrico.m.crisostomo",
          "fullName" : "enrico.m.crisostomo"
        },
        "authorEmail" : "enrico.m.crisostomo@gmail.com",
        "comment" : "Switch to openjdk8 in .travis.yml\u000a",
        "date" : "2019-10-23 10:10:57 +0200",
        "id" : "54685db867dca3f587bd40c8a9c25b85d5f1d4cb",
        "msg" : "Switch to openjdk8 in .travis.yml",
        "paths" : [
          {
            "editType" : "edit",
            "file" : ".travis.yml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorConfig.java"
        ],
        "commitId" : "e79257278783775b7d01552010e456781ca55187",
        "timestamp" : 1571820400000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/enrico.m.crisostomo",
          "fullName" : "enrico.m.crisostomo"
        },
        "authorEmail" : "enrico.m.crisostomo@gmail.com",
        "comment" : "Apply secret key size recommendations specified by RFC 4226.\u000a",
        "date" : "2019-10-23 10:46:40 +0200",
        "id" : "e79257278783775b7d01552010e456781ca55187",
        "msg" : "Apply secret key size recommendations specified by RFC 4226.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorConfig.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml",
          "configure.ac"
        ],
        "commitId" : "443719fdd57be59b6e297563f9e76c55e02c8473",
        "timestamp" : 1571821062000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/enrico.m.crisostomo",
          "fullName" : "enrico.m.crisostomo"
        },
        "authorEmail" : "enrico.m.crisostomo@gmail.com",
        "comment" : "Bump v. 1.4.0\u000a",
        "date" : "2019-10-23 10:57:42 +0200",
        "id" : "443719fdd57be59b6e297563f9e76c55e02c8473",
        "msg" : "Bump v. 1.4.0",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "configure.ac"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml",
          "configure.ac"
        ],
        "commitId" : "6db3ca631a1693a2e603db367db84fd1f276718f",
        "timestamp" : 1571821201000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/enrico.m.crisostomo",
          "fullName" : "enrico.m.crisostomo"
        },
        "authorEmail" : "enrico.m.crisostomo@gmail.com",
        "comment" : "Bump v. 1.5.0-SNAPSHOT\u000a",
        "date" : "2019-10-23 11:00:01 +0200",
        "id" : "6db3ca631a1693a2e603db367db84fd1f276718f",
        "msg" : "Bump v. 1.5.0-SNAPSHOT",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "configure.ac"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/warrenstrange/googleauth/IGoogleAuthenticator.java",
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorKey.java",
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorConfig.java",
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorQRGenerator.java",
          "pom.xml",
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
        ],
        "commitId" : "250b188ef08cf297fd466be723b761eeb99e3a1a",
        "timestamp" : 1571822067000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/enrico.m.crisostomo",
          "fullName" : "enrico.m.crisostomo"
        },
        "authorEmail" : "enrico.m.crisostomo@gmail.com",
        "comment" : "Apply lint suggestions to JavaDoc\u000a",
        "date" : "2019-10-23 11:14:27 +0200",
        "id" : "250b188ef08cf297fd466be723b761eeb99e3a1a",
        "msg" : "Apply lint suggestions to JavaDoc",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorQRGenerator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorConfig.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/IGoogleAuthenticator.java"
          },
          {
            "editType" : "edit",
            "file" : "pom.xml"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorKey.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorQRGenerator.java",
          "src/main/java/com/warrenstrange/googleauth/IGoogleAuthenticator.java"
        ],
        "commitId" : "4e4ec2aeea0b56ece2b6d48cad13993b5ce91426",
        "timestamp" : 1571822257000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/enrico.m.crisostomo",
          "fullName" : "enrico.m.crisostomo"
        },
        "authorEmail" : "enrico.m.crisostomo@gmail.com",
        "comment" : "Remove throw statements for runtime exceptions\u000a",
        "date" : "2019-10-23 11:17:37 +0200",
        "id" : "4e4ec2aeea0b56ece2b6d48cad13993b5ce91426",
        "msg" : "Remove throw statements for runtime exceptions",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/IGoogleAuthenticator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticatorQRGenerator.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "pom.xml"
        ],
        "commitId" : "4fa054526d719d02b7f7311b3542101a166e6cfd",
        "timestamp" : 1571825076000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/enrico.m.crisostomo",
          "fullName" : "enrico.m.crisostomo"
        },
        "authorEmail" : "enrico.m.crisostomo@gmail.com",
        "comment" : "Add workaround for bug JDK-8212233: javadoc fails on jdk12 with \"The\u000acode being documented uses modules but the packages defined in $URL are\u000ain the unnamed module.\"\u000a",
        "date" : "2019-10-23 12:04:36 +0200",
        "id" : "4fa054526d719d02b7f7311b3542101a166e6cfd",
        "msg" : "Add workaround for bug JDK-8212233: javadoc fails on jdk12 with \"The",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "pom.xml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "README.md"
        ],
        "commitId" : "469043d3d87a4236665379fc5b17371f42ff9d91",
        "timestamp" : 1571825553000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/enrico.m.crisostomo",
          "fullName" : "enrico.m.crisostomo"
        },
        "authorEmail" : "enrico.m.crisostomo@gmail.com",
        "comment" : "Update README.md to reflect latest version\u000a",
        "date" : "2019-10-23 12:12:33 +0200",
        "id" : "469043d3d87a4236665379fc5b17371f42ff9d91",
        "msg" : "Update README.md to reflect latest version",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "README.md"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/gabor.varga",
      "fullName" : "gabor.varga"
    },
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/enrico.m.crisostomo",
      "fullName" : "enrico.m.crisostomo"
    }
  ]
}