{
  "_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" : 14,
      "buildingDurationMillis" : 16258,
      "executingTimeMillis" : 12187,
      "executorUtilization" : 0.75,
      "subTaskCount" : 1,
      "waitingDurationMillis" : 1,
      "waitingTimeMillis" : 6
    },
    {
      "_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" : 2,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "ac7451d034ce3c1bece3f0941ccdfe174b2c734c",
            "branch" : [
              {
                "SHA1" : "ac7451d034ce3c1bece3f0941ccdfe174b2c734c",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "ac7451d034ce3c1bece3f0941ccdfe174b2c734c",
            "branch" : [
              {
                "SHA1" : "ac7451d034ce3c1bece3f0941ccdfe174b2c734c",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "ac7451d034ce3c1bece3f0941ccdfe174b2c734c",
        "branch" : [
          {
            "SHA1" : "ac7451d034ce3c1bece3f0941ccdfe174b2c734c",
            "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" : "#2",
  "duration" : 16258,
  "estimatedDuration" : 103484,
  "executor" : None,
  "fullDisplayName" : "authentik-deploy #2",
  "id" : "2",
  "keepLog" : False,
  "number" : 2,
  "queueId" : 65,
  "result" : "FAILURE",
  "timestamp" : 1763132004971,
  "url" : "https://geeplo.com/jenkins/job/authentik-deploy/2/",
  "changeSets" : [
    {
      "_class" : "hudson.plugins.git.GitChangeSetList",
      "items" : [
        {
          "_class" : "hudson.plugins.git.GitChangeSet",
          "affectedPaths" : [
            ".env.example",
            "Jenkinsfile",
            "docker-compose.yml",
            "CLAUDE.md",
            "README.md"
          ],
          "commitId" : "ac7451d034ce3c1bece3f0941ccdfe174b2c734c",
          "timestamp" : 1763129887000,
          "author" : {
            "absoluteUrl" : "https://geeplo.com/jenkins/user/persicowilliam",
            "fullName" : "persicowilliam"
          },
          "authorEmail" : "persicowilliam@gmail.com",
          "comment" : "Connect to existing PostgreSQL 18 server\u000a\u000aRemove embedded PostgreSQL and connect to external postgres-postgres container:\u000a- Remove postgresql service from docker-compose.yml\u000a- Update environment variables for external PostgreSQL connection\u000a- Add database initialization stage in Jenkins pipeline\u000a- Update all documentation (README.md, CLAUDE.md)\u000a- Add extra_hosts for container-to-container networking\u000a- Update backup and verification stages for external database\u000a\u000aDatabase Architecture:\u000a- Authentik now uses existing PostgreSQL 18 deployment\u000a- PostgreSQL managed separately in postgresql/ repository\u000a- Automated database initialization via Jenkins\u000a- Shared PostgreSQL reduces resource usage and centralizes database management\u000a",
          "date" : "2025-11-14 15:18:07 +0100",
          "id" : "ac7451d034ce3c1bece3f0941ccdfe174b2c734c",
          "msg" : "Connect to existing PostgreSQL 18 server",
          "paths" : [
            {
              "editType" : "edit",
              "file" : "CLAUDE.md"
            },
            {
              "editType" : "edit",
              "file" : ".env.example"
            },
            {
              "editType" : "edit",
              "file" : "Jenkinsfile"
            },
            {
              "editType" : "edit",
              "file" : "docker-compose.yml"
            },
            {
              "editType" : "edit",
              "file" : "README.md"
            }
          ]
        }
      ],
      "kind" : "git"
    }
  ],
  "culprits" : [
    {
      "absoluteUrl" : "https://geeplo.com/jenkins/user/persicowilliam",
      "fullName" : "persicowilliam"
    }
  ],
  "inProgress" : False,
  "nextBuild" : {
    "number" : 3,
    "url" : "https://geeplo.com/jenkins/job/authentik-deploy/3/"
  },
  "previousBuild" : {
    "number" : 1,
    "url" : "https://geeplo.com/jenkins/job/authentik-deploy/1/"
  }
}