Console Output
13:41:10 [2024-09-09T13:41:10.127Z] Selected Git installation does not exist. Using Default
13:41:10 [2024-09-09T13:41:10.127Z] The recommended git tool is: NONE
13:41:10 [2024-09-09T13:41:10.127Z] No credentials specified
13:41:10 [2024-09-09T13:41:10.127Z] > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/bodhi-trigger/workspace/.git # timeout=10
13:41:10 [2024-09-09T13:41:10.135Z] Fetching changes from the remote Git repository
13:41:10 [2024-09-09T13:41:10.136Z] > git config remote.origin.url https://github.com/coreos/coreos-ci # timeout=10
13:41:10 [2024-09-09T13:41:10.145Z] Fetching upstream changes from https://github.com/coreos/coreos-ci
13:41:10 [2024-09-09T13:41:10.145Z] > git --version # timeout=10
13:41:10 [2024-09-09T13:41:10.153Z] > git --version # 'git version 2.39.3'
13:41:10 [2024-09-09T13:41:10.154Z] > git fetch --tags --force --progress -- https://github.com/coreos/coreos-ci +refs/heads/*:refs/remotes/origin/* # timeout=10
13:41:10 [2024-09-09T13:41:10.224Z] > git rev-parse origin/main^{commit} # timeout=10
13:41:10 [2024-09-09T13:41:10.232Z] Checking out Revision 322a6d481a3bda9e79171e0338fad2fe4592d350 (origin/main)
13:41:10 [2024-09-09T13:41:10.232Z] > git config core.sparsecheckout # timeout=10
13:41:10 [2024-09-09T13:41:10.240Z] > git checkout -f 322a6d481a3bda9e79171e0338fad2fe4592d350 # timeout=10
13:41:10 [2024-09-09T13:41:10.250Z] Commit message: "jobs/bodhi-trigger: also report test successes"