{
  "_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" : 17011,
      "executingTimeMillis" : 13752,
      "executorUtilization" : 0.81,
      "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" : 3,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "257f5905c669ce41bdfd4ef085167099a67bc31d",
            "branch" : [
              {
                "SHA1" : "257f5905c669ce41bdfd4ef085167099a67bc31d",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "257f5905c669ce41bdfd4ef085167099a67bc31d",
            "branch" : [
              {
                "SHA1" : "257f5905c669ce41bdfd4ef085167099a67bc31d",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "257f5905c669ce41bdfd4ef085167099a67bc31d",
        "branch" : [
          {
            "SHA1" : "257f5905c669ce41bdfd4ef085167099a67bc31d",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/DrPersico/authentik.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.cps.EnvActionImpl"
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    },
    {
      "_class" : "org.jenkinsci.plugins.pipeline.modeldefinition.actions.RestartDeclarativePipelineAction"
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.workflow.job.views.FlowGraphAction"
    },
    {
      
    },
    {
      
    }
  ],
  "artifacts" : [
    
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#3",
  "duration" : 17011,
  "estimatedDuration" : 103484,
  "executor" : None,
  "fullDisplayName" : "authentik-deploy #3",
  "id" : "3",
  "keepLog" : False,
  "number" : 3,
  "queueId" : 67,
  "result" : "FAILURE",
  "timestamp" : 1763132445977,
  "url" : "https://geeplo.com/jenkins/view/all/job/authentik-deploy/3/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "Jenkinsfile"
          ],
          "commitId" : "d5d4973f90f97bef8b6e46065cd85bf86d9791f5",
          "timestamp" : 1763132200000,
          "author" : {
            "absoluteUrl" : "https://geeplo.com/jenkins/user/persicowilliam",
            "fullName" : "persicowilliam"
          },
          "authorEmail" : "persicowilliam@gmail.com",
          "comment" : "Fix Jenkins pipeline validation and database checks\u000a\u000aChanges:\u000a- Add dummy environment variables for docker-compose validation\u000a- Change \"Initialize Database\" to \"Verify Database\" stage\u000a- Update database verification to check existence instead of creating\u000a- Add clear error messages if database/user don't exist\u000a- Add authentik-postgres-host and authentik-postgres-port to credentials list\u000a\u000aThe database and user should be created manually using the Python script\u000abefore running the Jenkins pipeline.\u000a",
          "date" : "2025-11-14 15:56:40 +0100",
          "id" : "d5d4973f90f97bef8b6e46065cd85bf86d9791f5",
          "msg" : "Fix Jenkins pipeline validation and database checks",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "Jenkinsfile"
            }
          ]
        },
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            "CLAUDE.md",
            "README.md"
          ],
          "commitId" : "257f5905c669ce41bdfd4ef085167099a67bc31d",
          "timestamp" : 1763132257000,
          "author" : {
            "absoluteUrl" : "https://geeplo.com/jenkins/user/persicowilliam",
            "fullName" : "persicowilliam"
          },
          "authorEmail" : "persicowilliam@gmail.com",
          "comment" : "Update documentation for manual database creation\u000a\u000aChanges:\u000a- Update pipeline stages list to reflect database verification\u000a- Add prerequisites for Jenkins deployment\u000a- Add note about create_db_user.py script\u000a- Update CLAUDE.md to reflect manual database creation\u000a- Clarify that Jenkins verifies database existence, doesn't create it\u000a",
          "date" : "2025-11-14 15:57:37 +0100",
          "id" : "257f5905c669ce41bdfd4ef085167099a67bc31d",
          "msg" : "Update documentation for manual database creation",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "CLAUDE.md"
            },
            {
              "editType" : "edit",
              "file" : "README.md"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://geeplo.com/jenkins/user/persicowilliam",
      "fullName" : "persicowilliam"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 4,
    "url" : "https://geeplo.com/jenkins/view/all/job/authentik-deploy/4/"
  },
  "previousBuild" : {
    "number" : 2,
    "url" : "https://geeplo.com/jenkins/view/all/job/authentik-deploy/2/"
  }
}