Skip to content

Console Output

02:45:11 [2025-11-24T02:45:11.599Z] Selected Git installation does not exist. Using Default
02:45:11 [2025-11-24T02:45:11.600Z] The recommended git tool is: NONE
02:45:11 [2025-11-24T02:45:11.600Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
02:45:11 [2025-11-24T02:45:11.611Z] Cloning the remote Git repository
02:45:11 [2025-11-24T02:45:11.612Z] Cloning repository https://github.com/DrPersico/postgresql.git
02:45:11 [2025-11-24T02:45:11.612Z]  > git init /var/jenkins_home/workspace/postgres-deploy # timeout=10
02:45:11 [2025-11-24T02:45:11.640Z] Fetching upstream changes from https://github.com/DrPersico/postgresql.git
02:45:11 [2025-11-24T02:45:11.640Z]  > git --version # timeout=10
02:45:11 [2025-11-24T02:45:11.653Z]  > git --version # 'git version 2.47.3'
02:45:11 [2025-11-24T02:45:11.653Z] using GIT_ASKPASS to set credentials Github
02:45:11 [2025-11-24T02:45:11.672Z]  > git fetch --tags --force --progress -- https://github.com/DrPersico/postgresql.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:45:12 [2025-11-24T02:45:12.776Z]  > git config remote.origin.url https://github.com/DrPersico/postgresql.git # timeout=10
02:45:12 [2025-11-24T02:45:12.788Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:45:12 [2025-11-24T02:45:12.809Z] Avoid second fetch
02:45:12 [2025-11-24T02:45:12.810Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
02:45:12 [2025-11-24T02:45:12.822Z] Checking out Revision ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da (refs/remotes/origin/main)
02:45:12 [2025-11-24T02:45:12.823Z]  > git config core.sparsecheckout # timeout=10
02:45:12 [2025-11-24T02:45:12.834Z]  > git checkout -f ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da # timeout=10
02:45:12 [2025-11-24T02:45:12.863Z] Commit message: "Fix backup container restart loop - add command separators"