Console Output
17:52:23 [2024-09-09T17:52:23.709Z] Selected Git installation does not exist. Using Default
17:52:23 [2024-09-09T17:52:23.709Z] The recommended git tool is: NONE
17:52:23 [2024-09-09T17:52:23.709Z] No credentials specified
17:52:23 [2024-09-09T17:52:23.709Z] > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/bodhi-trigger/workspace/.git # timeout=10
17:52:23 [2024-09-09T17:52:23.717Z] Fetching changes from the remote Git repository
17:52:23 [2024-09-09T17:52:23.719Z] > git config remote.origin.url https://github.com/coreos/coreos-ci # timeout=10
17:52:23 [2024-09-09T17:52:23.726Z] Fetching upstream changes from https://github.com/coreos/coreos-ci
17:52:23 [2024-09-09T17:52:23.726Z] > git --version # timeout=10
17:52:23 [2024-09-09T17:52:23.732Z] > git --version # 'git version 2.39.3'
17:52:23 [2024-09-09T17:52:23.732Z] > git fetch --tags --force --progress -- https://github.com/coreos/coreos-ci +refs/heads/*:refs/remotes/origin/* # timeout=10
17:52:23 [2024-09-09T17:52:23.801Z] > git rev-parse origin/main^{commit} # timeout=10
17:52:23 [2024-09-09T17:52:23.809Z] Checking out Revision 322a6d481a3bda9e79171e0338fad2fe4592d350 (origin/main)
17:52:23 [2024-09-09T17:52:23.809Z] > git config core.sparsecheckout # timeout=10
17:52:23 [2024-09-09T17:52:23.816Z] > git checkout -f 322a6d481a3bda9e79171e0338fad2fe4592d350 # timeout=10
17:52:23 [2024-09-09T17:52:23.825Z] Commit message: "jobs/bodhi-trigger: also report test successes"