Skip to content

Console Output

14:04:39 [2025-11-14T14:04:39.455Z] Selected Git installation does not exist. Using Default
14:04:39 [2025-11-14T14:04:39.455Z] The recommended git tool is: NONE
14:04:39 [2025-11-14T14:04:39.456Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
14:04:39 [2025-11-14T14:04:39.470Z] Cloning the remote Git repository
14:04:39 [2025-11-14T14:04:39.470Z] Cloning repository https://github.com/DrPersico/authentik.git
14:04:39 [2025-11-14T14:04:39.471Z]  > git init /var/jenkins_home/workspace/authentik-deploy # timeout=10
14:04:39 [2025-11-14T14:04:39.504Z] Fetching upstream changes from https://github.com/DrPersico/authentik.git
14:04:39 [2025-11-14T14:04:39.504Z]  > git --version # timeout=10
14:04:39 [2025-11-14T14:04:39.516Z]  > git --version # 'git version 2.47.3'
14:04:39 [2025-11-14T14:04:39.516Z] using GIT_ASKPASS to set credentials Github
14:04:39 [2025-11-14T14:04:39.537Z]  > git fetch --tags --force --progress -- https://github.com/DrPersico/authentik.git +refs/heads/*:refs/remotes/origin/* # timeout=10
14:04:40 [2025-11-14T14:04:40.562Z]  > git config remote.origin.url https://github.com/DrPersico/authentik.git # timeout=10
14:04:40 [2025-11-14T14:04:40.573Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
14:04:40 [2025-11-14T14:04:40.594Z] Avoid second fetch
14:04:40 [2025-11-14T14:04:40.594Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
14:04:40 [2025-11-14T14:04:40.606Z] Checking out Revision d66589da524ab77c4787d043cbdf8f0f46ce4bdc (refs/remotes/origin/main)
14:04:40 [2025-11-14T14:04:40.607Z]  > git config core.sparsecheckout # timeout=10
14:04:40 [2025-11-14T14:04:40.617Z]  > git checkout -f d66589da524ab77c4787d043cbdf8f0f46ce4bdc # timeout=10
14:04:40 [2025-11-14T14:04:40.637Z] Commit message: "Initial commit: Authentik 2025.10.1 deployment with Jenkins CI/CD"