Console Output
15:05:30 [2025-11-14T15:05:30.537Z] Selected Git installation does not exist. Using Default
15:05:30 [2025-11-14T15:05:30.537Z] The recommended git tool is: NONE
15:05:30 [2025-11-14T15:05:30.538Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
15:05:30 [2025-11-14T15:05:30.553Z] Cloning the remote Git repository
15:05:30 [2025-11-14T15:05:30.553Z] Cloning repository https://github.com/DrPersico/authentik.git
15:05:30 [2025-11-14T15:05:30.553Z] > git init /var/jenkins_home/workspace/authentik-deploy # timeout=10
15:05:30 [2025-11-14T15:05:30.586Z] Fetching upstream changes from https://github.com/DrPersico/authentik.git
15:05:30 [2025-11-14T15:05:30.586Z] > git --version # timeout=10
15:05:30 [2025-11-14T15:05:30.601Z] > git --version # 'git version 2.47.3'
15:05:30 [2025-11-14T15:05:30.601Z] using GIT_ASKPASS to set credentials Github
15:05:30 [2025-11-14T15:05:30.626Z] > git fetch --tags --force --progress -- https://github.com/DrPersico/authentik.git +refs/heads/*:refs/remotes/origin/* # timeout=10
15:05:31 [2025-11-14T15:05:31.832Z] > git config remote.origin.url https://github.com/DrPersico/authentik.git # timeout=10
15:05:31 [2025-11-14T15:05:31.847Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
15:05:31 [2025-11-14T15:05:31.870Z] Avoid second fetch
15:05:31 [2025-11-14T15:05:31.870Z] > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
15:05:31 [2025-11-14T15:05:31.886Z] Checking out Revision 161a2f528b333d7079a52f08f1f0956a64ede023 (refs/remotes/origin/main)
15:05:31 [2025-11-14T15:05:31.886Z] > git config core.sparsecheckout # timeout=10
15:05:31 [2025-11-14T15:05:31.900Z] > git checkout -f 161a2f528b333d7079a52f08f1f0956a64ede023 # timeout=10
15:05:31 [2025-11-14T15:05:31.928Z] Commit message: "Simplify database verification with connection test"