Console Output
02:45:17 [2025-11-25T02:45:17.248Z] Selected Git installation does not exist. Using Default
02:45:17 [2025-11-25T02:45:17.249Z] The recommended git tool is: NONE
02:45:17 [2025-11-25T02:45:17.249Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
02:45:17 [2025-11-25T02:45:17.327Z] Cloning the remote Git repository
02:45:17 [2025-11-25T02:45:17.327Z] Cloning repository https://github.com/DrPersico/postgresql.git
02:45:17 [2025-11-25T02:45:17.327Z] > git init /var/jenkins_home/workspace/postgres-deploy # timeout=10
02:45:17 [2025-11-25T02:45:17.391Z] Fetching upstream changes from https://github.com/DrPersico/postgresql.git
02:45:17 [2025-11-25T02:45:17.391Z] > git --version # timeout=10
02:45:17 [2025-11-25T02:45:17.404Z] > git --version # 'git version 2.47.3'
02:45:17 [2025-11-25T02:45:17.405Z] using GIT_ASKPASS to set credentials Github
02:45:17 [2025-11-25T02:45:17.445Z] > git fetch --tags --force --progress -- https://github.com/DrPersico/postgresql.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:45:18 [2025-11-25T02:45:18.703Z] > git config remote.origin.url https://github.com/DrPersico/postgresql.git # timeout=10
02:45:18 [2025-11-25T02:45:18.714Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:45:18 [2025-11-25T02:45:18.763Z] Avoid second fetch
02:45:18 [2025-11-25T02:45:18.764Z] > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
02:45:18 [2025-11-25T02:45:18.776Z] Checking out Revision ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da (refs/remotes/origin/main)
02:45:18 [2025-11-25T02:45:18.776Z] > git config core.sparsecheckout # timeout=10
02:45:18 [2025-11-25T02:45:18.787Z] > git checkout -f ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da # timeout=10
02:45:18 [2025-11-25T02:45:18.818Z] Commit message: "Fix backup container restart loop - add command separators"