Skip to content

Console Output

15:03:26 [2025-11-14T15:03:26.157Z] Selected Git installation does not exist. Using Default
15:03:26 [2025-11-14T15:03:26.158Z] The recommended git tool is: NONE
15:03:26 [2025-11-14T15:03:26.158Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
15:03:26 [2025-11-14T15:03:26.170Z] Cloning the remote Git repository
15:03:26 [2025-11-14T15:03:26.170Z] Cloning repository https://github.com/DrPersico/authentik.git
15:03:26 [2025-11-14T15:03:26.171Z]  > git init /var/jenkins_home/workspace/authentik-deploy # timeout=10
15:03:26 [2025-11-14T15:03:26.199Z] Fetching upstream changes from https://github.com/DrPersico/authentik.git
15:03:26 [2025-11-14T15:03:26.200Z]  > git --version # timeout=10
15:03:26 [2025-11-14T15:03:26.212Z]  > git --version # 'git version 2.47.3'
15:03:26 [2025-11-14T15:03:26.212Z] using GIT_ASKPASS to set credentials Github
15:03:26 [2025-11-14T15:03:26.232Z]  > git fetch --tags --force --progress -- https://github.com/DrPersico/authentik.git +refs/heads/*:refs/remotes/origin/* # timeout=10
15:03:27 [2025-11-14T15:03:27.326Z]  > git config remote.origin.url https://github.com/DrPersico/authentik.git # timeout=10
15:03:27 [2025-11-14T15:03:27.339Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
15:03:27 [2025-11-14T15:03:27.358Z] Avoid second fetch
15:03:27 [2025-11-14T15:03:27.358Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
15:03:27 [2025-11-14T15:03:27.373Z] Checking out Revision 1d0af07320a2d67c557ae3a8aaac3e690720d40e (refs/remotes/origin/main)
15:03:27 [2025-11-14T15:03:27.373Z]  > git config core.sparsecheckout # timeout=10
15:03:27 [2025-11-14T15:03:27.385Z]  > git checkout -f 1d0af07320a2d67c557ae3a8aaac3e690720d40e # timeout=10
15:03:27 [2025-11-14T15:03:27.409Z] Commit message: "Remove env_file from docker-compose.yml for Jenkins compatibility"