Console Output
02:45:13 [2025-11-23T02:45:13.023Z] Selected Git installation does not exist. Using Default
02:45:13 [2025-11-23T02:45:13.023Z] The recommended git tool is: NONE
02:45:13 [2025-11-23T02:45:13.025Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
02:45:13 [2025-11-23T02:45:13.084Z] Cloning the remote Git repository
02:45:13 [2025-11-23T02:45:13.085Z] Cloning repository https://github.com/DrPersico/postgresql.git
02:45:13 [2025-11-23T02:45:13.085Z] > git init /var/jenkins_home/workspace/postgres-deploy # timeout=10
02:45:13 [2025-11-23T02:45:13.159Z] Fetching upstream changes from https://github.com/DrPersico/postgresql.git
02:45:13 [2025-11-23T02:45:13.159Z] > git --version # timeout=10
02:45:13 [2025-11-23T02:45:13.173Z] > git --version # 'git version 2.47.3'
02:45:13 [2025-11-23T02:45:13.173Z] using GIT_ASKPASS to set credentials Github
02:45:13 [2025-11-23T02:45:13.196Z] > git fetch --tags --force --progress -- https://github.com/DrPersico/postgresql.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:45:14 [2025-11-23T02:45:14.281Z] > git config remote.origin.url https://github.com/DrPersico/postgresql.git # timeout=10
02:45:14 [2025-11-23T02:45:14.291Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:45:14 [2025-11-23T02:45:14.312Z] Avoid second fetch
02:45:14 [2025-11-23T02:45:14.312Z] > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
02:45:14 [2025-11-23T02:45:14.324Z] Checking out Revision ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da (refs/remotes/origin/main)
02:45:14 [2025-11-23T02:45:14.325Z] > git config core.sparsecheckout # timeout=10
02:45:14 [2025-11-23T02:45:14.334Z] > git checkout -f ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da # timeout=10
02:45:14 [2025-11-23T02:45:14.359Z] Commit message: "Fix backup container restart loop - add command separators"