{
  "_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" : 11918,
      "executingTimeMillis" : 11918,
      "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" : 38,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "5cc0970ed6a269468c5552bbe0268c64012fae8b",
            "branch" : [
              {
                "SHA1" : "5cc0970ed6a269468c5552bbe0268c64012fae8b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          },
          "revision" : {
            "SHA1" : "5cc0970ed6a269468c5552bbe0268c64012fae8b",
            "branch" : [
              {
                "SHA1" : "5cc0970ed6a269468c5552bbe0268c64012fae8b",
                "name" : "refs/remotes/origin/master"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "5cc0970ed6a269468c5552bbe0268c64012fae8b",
        "branch" : [
          {
            "SHA1" : "5cc0970ed6a269468c5552bbe0268c64012fae8b",
            "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" : "#38",
  "duration" : 11918,
  "estimatedDuration" : 18875,
  "executor" : None,
  "fullDisplayName" : "com.warrenstrange.googleauth #38",
  "id" : "38",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 38,
  "queueId" : 839,
  "result" : "SUCCESS",
  "timestamp" : 1600919167464,
  "url" : "https://consolving.de/jenkins/view/all/job/com.warrenstrange.googleauth/38/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
        ],
        "commitId" : "404c9c42b9dd58929d30a035d96bf5162c23eeae",
        "timestamp" : 1582729529000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/eric.christensen",
          "fullName" : "eric.christensen"
        },
        "authorEmail" : "eric.christensen@code42.com",
        "comment" : "Allow random number algorithm and random algorithm number provider to be\u000aset by API.\u000a",
        "date" : "2020-02-26 09:05:29 -0600",
        "id" : "404c9c42b9dd58929d30a035d96bf5162c23eeae",
        "msg" : "Allow random number algorithm and random algorithm number provider to be",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
        ],
        "commitId" : "96a5366f866de3b1b92f981e5554097109559a7e",
        "timestamp" : 1582818783000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/eric.christensen",
          "fullName" : "eric.christensen"
        },
        "authorEmail" : "eric.christensen@code42.com",
        "comment" : "Allow algorithm and provider to be passed through constructors.\u000a",
        "date" : "2020-02-27 09:53:03 -0600",
        "id" : "96a5366f866de3b1b92f981e5554097109559a7e",
        "msg" : "Allow algorithm and provider to be passed through constructors.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/warrenstrange/googleauth/ReseedingSecureRandom.java",
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
        ],
        "commitId" : "c5fefffbb4e284e3855d9cf61d743ed808a2ea82",
        "timestamp" : 1583161204000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/eric.christensen",
          "fullName" : "eric.christensen"
        },
        "authorEmail" : "eric.christensen@code42.com",
        "comment" : "Add unit test for null alrogithm provider.\u000a",
        "date" : "2020-03-02 09:00:04 -0600",
        "id" : "c5fefffbb4e284e3855d9cf61d743ed808a2ea82",
        "msg" : "Add unit test for null alrogithm provider.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/ReseedingSecureRandom.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java",
          "src/test/java/com/warrenstrange/googleauth/GoogleAuthTest.java"
        ],
        "commitId" : "333aed05b88407f14fab5d0b7abf51b874030a29",
        "timestamp" : 1583161532000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/eric.christensen",
          "fullName" : "eric.christensen"
        },
        "authorEmail" : "eric.christensen@code42.com",
        "comment" : "Add unit test for null algorithm provided to the constuctor.\u000a",
        "date" : "2020-03-02 09:05:32 -0600",
        "id" : "333aed05b88407f14fab5d0b7abf51b874030a29",
        "msg" : "Add unit test for null algorithm provided to the constuctor.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
          },
          {
            "editType" : "edit",
            "file" : "src/test/java/com/warrenstrange/googleauth/GoogleAuthTest.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
        ],
        "commitId" : "d90c939fee2e3d6bad8739d35d303dd8297c0931",
        "timestamp" : 1583161612000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/eric.christensen",
          "fullName" : "eric.christensen"
        },
        "authorEmail" : "eric.christensen@code42.com",
        "comment" : "Cleanup.\u000a",
        "date" : "2020-03-02 09:06:52 -0600",
        "id" : "d90c939fee2e3d6bad8739d35d303dd8297c0931",
        "msg" : "Cleanup.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
        ],
        "commitId" : "0459feb0190bb7e9d4ee6959a2c9a10f5e9963c0",
        "timestamp" : 1583772488000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/eric.christensen",
          "fullName" : "eric.christensen"
        },
        "authorEmail" : "eric.christensen@code42.com",
        "comment" : "Chain GoogleAuthenticator constructors to avoid code duplication\u000a",
        "date" : "2020-03-09 11:48:08 -0500",
        "id" : "0459feb0190bb7e9d4ee6959a2c9a10f5e9963c0",
        "msg" : "Chain GoogleAuthenticator constructors to avoid code duplication",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "doc/totp.texi",
          "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
        ],
        "commitId" : "98274b6e6b8835353b00ee93d2f0c174798a1035",
        "timestamp" : 1586874022000,
        "author" : {
          "absoluteUrl" : "https://consolving.de/jenkins/user/eric.christensen",
          "fullName" : "eric.christensen"
        },
        "authorEmail" : "eric.christensen@code42.com",
        "comment" : "Update documentation\u000a",
        "date" : "2020-04-14 09:20:22 -0500",
        "id" : "98274b6e6b8835353b00ee93d2f0c174798a1035",
        "msg" : "Update documentation",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "src/main/java/com/warrenstrange/googleauth/GoogleAuthenticator.java"
          },
          {
            "editType" : "edit",
            "file" : "doc/totp.texi"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://consolving.de/jenkins/user/eric.christensen",
      "fullName" : "eric.christensen"
    }
  ]
}