Skip to content

Console Output

02:45:23 [2025-11-29T02:45:23.472Z] Selected Git installation does not exist. Using Default
02:45:23 [2025-11-29T02:45:23.472Z] The recommended git tool is: NONE
02:45:23 [2025-11-29T02:45:23.472Z] using credential f048d47c-1ea1-4dc6-b81c-f1ec032f0d77
02:45:23 [2025-11-29T02:45:23.503Z] Cloning the remote Git repository
02:45:23 [2025-11-29T02:45:23.503Z] Cloning repository https://github.com/DrPersico/postgresql.git
02:45:23 [2025-11-29T02:45:23.503Z]  > git init /var/jenkins_home/workspace/postgres-deploy # timeout=10
02:45:23 [2025-11-29T02:45:23.558Z] Fetching upstream changes from https://github.com/DrPersico/postgresql.git
02:45:23 [2025-11-29T02:45:23.558Z]  > git --version # timeout=10
02:45:23 [2025-11-29T02:45:23.576Z]  > git --version # 'git version 2.47.3'
02:45:23 [2025-11-29T02:45:23.576Z] using GIT_ASKPASS to set credentials Github
02:45:23 [2025-11-29T02:45:23.611Z]  > git fetch --tags --force --progress -- https://github.com/DrPersico/postgresql.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:45:25 [2025-11-29T02:45:25.237Z]  > git config remote.origin.url https://github.com/DrPersico/postgresql.git # timeout=10
02:45:25 [2025-11-29T02:45:25.258Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:45:25 [2025-11-29T02:45:25.289Z] Avoid second fetch
02:45:25 [2025-11-29T02:45:25.290Z]  > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
02:45:25 [2025-11-29T02:45:25.310Z] Checking out Revision ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da (refs/remotes/origin/main)
02:45:25 [2025-11-29T02:45:25.310Z]  > git config core.sparsecheckout # timeout=10
02:45:25 [2025-11-29T02:45:25.329Z]  > git checkout -f ade1f21be3ea31e81a6f387d5d2dfb8a955ff3da # timeout=10
02:45:25 [2025-11-29T02:45:25.374Z] Commit message: "Fix backup container restart loop - add command separators"