{
  "_class" : "org.jenkinsci.plugins.workflow.job.WorkflowRun",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Admin User",
          "userId" : "geeplo",
          "userName" : "Admin User"
        }
      ]
    },
    {
      "_class" : "jenkins.metrics.impl.TimeInQueueAction",
      "blockedDurationMillis" : 0,
      "blockedTimeMillis" : 0,
      "buildableDurationMillis" : 0,
      "buildableTimeMillis" : 11,
      "buildingDurationMillis" : 274748,
      "executingTimeMillis" : 270897,
      "executorUtilization" : 0.99,
      "subTaskCount" : 1,
      "waitingDurationMillis" : 1,
      "waitingTimeMillis" : 2
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.libs.LibrariesAction"
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 5,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "161a2f528b333d7079a52f08f1f0956a64ede023",
            "branch" : [
              {
                "SHA1" : "161a2f528b333d7079a52f08f1f0956a64ede023",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "161a2f528b333d7079a52f08f1f0956a64ede023",
            "branch" : [
              {
                "SHA1" : "161a2f528b333d7079a52f08f1f0956a64ede023",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "161a2f528b333d7079a52f08f1f0956a64ede023",
        "branch" : [
          {
            "SHA1" : "161a2f528b333d7079a52f08f1f0956a64ede023",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/DrPersico/authentik.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.view.InterpolatedSecretsAction"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "authentik_backup_20251114_150953.sql",
      "fileName" : "authentik_backup_20251114_150953.sql",
      "relativePath" : "jenkins_backups/authentik_backup_20251114_150953.sql"
    },
    {
      "displayPath" : "authentik_backup_20251114_150953.sql.sha256",
      "fileName" : "authentik_backup_20251114_150953.sql.sha256",
      "relativePath" : "jenkins_backups/authentik_backup_20251114_150953.sql.sha256"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#5",
  "duration" : 274748,
  "estimatedDuration" : 103484,
  "executor" : None,
  "fullDisplayName" : "authentik-deploy #5",
  "id" : "5",
  "keepLog" : False,
  "number" : 5,
  "queueId" : 71,
  "result" : "SUCCESS",
  "timestamp" : 1763132724400,
  "url" : "https://geeplo.com/jenkins/job/authentik-deploy/5/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Jenkinsfile"
          ],
          "commitId" : "161a2f528b333d7079a52f08f1f0956a64ede023",
          "timestamp" : 1763132690000,
          "author" : {
            "absoluteUrl" : "https://geeplo.com/jenkins/user/persicowilliam",
            "fullName" : "persicowilliam"
          },
          "authorEmail" : "persicowilliam@gmail.com",
          "comment" : "Simplify database verification with connection test\u000a\u000aReplace individual database/user existence checks with a simple connection test.\u000aIf the connection succeeds, we know both database and user exist with correct permissions.\u000aThis approach is simpler and more reliable than trying to query pg_catalog tables.\u000a\u000aUses: docker exec -e PGPASSWORD psql -h localhost -U authentik -d authentik\u000aThis matches the working connection method verified earlier.\u000a",
          "date" : "2025-11-14 16:04:50 +0100",
          "id" : "161a2f528b333d7079a52f08f1f0956a64ede023",
          "msg" : "Simplify database verification with connection test",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Jenkinsfile"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://geeplo.com/jenkins/user/persicowilliam",
      "fullName" : "persicowilliam"
    }
  ],
  "inProgress" : False,
  "nextBuild" : None,
  "previousBuild" : {
    "number" : 4,
    "url" : "https://geeplo.com/jenkins/job/authentik-deploy/4/"
  }
}