Skip to content

Console Output

02:45:12 [2025-11-27T02:45:12.725Z] Selected Git installation does not exist. Using Default
02:45:12 [2025-11-27T02:45:12.725Z] The recommended git tool is: NONE
02:45:12 [2025-11-27T02:45:12.726Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
02:45:12 [2025-11-27T02:45:12.744Z] Cloning the remote Git repository
02:45:12 [2025-11-27T02:45:12.744Z] Cloning repository https://github.com/DrPersico/postgresql.git
02:45:12 [2025-11-27T02:45:12.744Z]  > git init /var/jenkins_home/workspace/postgres-deploy # timeout=10
02:45:12 [2025-11-27T02:45:12.779Z] Fetching upstream changes from https://github.com/DrPersico/postgresql.git
02:45:12 [2025-11-27T02:45:12.779Z]  > git --version # timeout=10
02:45:12 [2025-11-27T02:45:12.790Z]  > git --version # 'git version 2.47.3'
02:45:12 [2025-11-27T02:45:12.790Z] using GIT_ASKPASS to set credentials Github
02:45:12 [2025-11-27T02:45:12.819Z]  > git fetch --tags --force --progress -- https://github.com/DrPersico/postgresql.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:45:14 [2025-11-27T02:45:14.118Z]  > git config remote.origin.url https://github.com/DrPersico/postgresql.git # timeout=10
02:45:14 [2025-11-27T02:45:14.130Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:45:14 [2025-11-27T02:45:14.151Z] Avoid second fetch
02:45:14 [2025-11-27T02:45:14.151Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
02:45:14 [2025-11-27T02:45:14.164Z] Checking out Revision ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da (refs/remotes/origin/main)
02:45:14 [2025-11-27T02:45:14.164Z]  > git config core.sparsecheckout # timeout=10
02:45:14 [2025-11-27T02:45:14.175Z]  > git checkout -f ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da # timeout=10
02:45:14 [2025-11-27T02:45:14.203Z] Commit message: "Fix backup container restart loop - add command separators"