Console Output
14:53:31 [2025-11-14T14:53:31.537Z] Selected Git installation does not exist. Using Default
14:53:31 [2025-11-14T14:53:31.537Z] The recommended git tool is: NONE
14:53:31 [2025-11-14T14:53:31.538Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
14:53:31 [2025-11-14T14:53:31.549Z] Cloning the remote Git repository
14:53:31 [2025-11-14T14:53:31.549Z] Cloning repository https://github.com/DrPersico/authentik.git
14:53:31 [2025-11-14T14:53:31.550Z] > git init /var/jenkins_home/workspace/authentik-deploy # timeout=10
14:53:31 [2025-11-14T14:53:31.576Z] Fetching upstream changes from https://github.com/DrPersico/authentik.git
14:53:31 [2025-11-14T14:53:31.576Z] > git --version # timeout=10
14:53:31 [2025-11-14T14:53:31.588Z] > git --version # 'git version 2.47.3'
14:53:31 [2025-11-14T14:53:31.588Z] using GIT_ASKPASS to set credentials Github
14:53:31 [2025-11-14T14:53:31.610Z] > git fetch --tags --force --progress -- https://github.com/DrPersico/authentik.git +refs/heads/*:refs/remotes/origin/* # timeout=10
14:53:32 [2025-11-14T14:53:32.673Z] > git config remote.origin.url https://github.com/DrPersico/authentik.git # timeout=10
14:53:32 [2025-11-14T14:53:32.684Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
14:53:32 [2025-11-14T14:53:32.748Z] Avoid second fetch
14:53:32 [2025-11-14T14:53:32.748Z] > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
14:53:32 [2025-11-14T14:53:32.760Z] Checking out Revision ac7451d034ce3c1bece3f0941ccdfe174b2c734c (refs/remotes/origin/main)
14:53:32 [2025-11-14T14:53:32.760Z] > git config core.sparsecheckout # timeout=10
14:53:32 [2025-11-14T14:53:32.771Z] > git checkout -f ac7451d034ce3c1bece3f0941ccdfe174b2c734c # timeout=10
14:53:32 [2025-11-14T14:53:32.837Z] Commit message: "Connect to existing PostgreSQL 18 server"