Skip to content

Console Output

15:00:51 [2025-11-14T15:00:51.463Z] Selected Git installation does not exist. Using Default
15:00:51 [2025-11-14T15:00:51.463Z] The recommended git tool is: NONE
15:00:51 [2025-11-14T15:00:51.464Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
15:00:51 [2025-11-14T15:00:51.479Z] Cloning the remote Git repository
15:00:51 [2025-11-14T15:00:51.479Z] Cloning repository https://github.com/DrPersico/authentik.git
15:00:51 [2025-11-14T15:00:51.480Z]  > git init /var/jenkins_home/workspace/authentik-deploy # timeout=10
15:00:51 [2025-11-14T15:00:51.509Z] Fetching upstream changes from https://github.com/DrPersico/authentik.git
15:00:51 [2025-11-14T15:00:51.509Z]  > git --version # timeout=10
15:00:51 [2025-11-14T15:00:51.523Z]  > git --version # 'git version 2.47.3'
15:00:51 [2025-11-14T15:00:51.523Z] using GIT_ASKPASS to set credentials Github
15:00:51 [2025-11-14T15:00:51.550Z]  > git fetch --tags --force --progress -- https://github.com/DrPersico/authentik.git +refs/heads/*:refs/remotes/origin/* # timeout=10
15:00:52 [2025-11-14T15:00:52.703Z]  > git config remote.origin.url https://github.com/DrPersico/authentik.git # timeout=10
15:00:52 [2025-11-14T15:00:52.717Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
15:00:52 [2025-11-14T15:00:52.741Z] Avoid second fetch
15:00:52 [2025-11-14T15:00:52.742Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
15:00:52 [2025-11-14T15:00:52.756Z] Checking out Revision 257f5905c669ce41bdfd4ef085167099a67bc31d (refs/remotes/origin/main)
15:00:52 [2025-11-14T15:00:52.756Z]  > git config core.sparsecheckout # timeout=10
15:00:52 [2025-11-14T15:00:52.769Z]  > git checkout -f 257f5905c669ce41bdfd4ef085167099a67bc31d # timeout=10
15:00:52 [2025-11-14T15:00:52.795Z] Commit message: "Update documentation for manual database creation"