Console Output

04:28:23 [2024-02-11T04:28:23.950Z] Selected Git installation does not exist. Using Default
04:28:23 [2024-02-11T04:28:23.950Z] The recommended git tool is: NONE
04:28:23 [2024-02-11T04:28:23.950Z] No credentials specified
04:28:23 [2024-02-11T04:28:23.951Z] Cloning the remote Git repository
04:28:23 [2024-02-11T04:28:23.951Z] Cloning repository https://github.com/coreos/coreos-ci
04:28:23 [2024-02-11T04:28:23.970Z]  > git init /var/lib/jenkins/jobs/bodhi-trigger/workspace # timeout=10
04:28:24 [2024-02-11T04:28:24.032Z] Fetching upstream changes from https://github.com/coreos/coreos-ci
04:28:24 [2024-02-11T04:28:24.032Z]  > git --version # timeout=10
04:28:24 [2024-02-11T04:28:24.039Z]  > git --version # 'git version 2.39.3'
04:28:24 [2024-02-11T04:28:24.039Z]  > git fetch --tags --force --progress -- https://github.com/coreos/coreos-ci +refs/heads/*:refs/remotes/origin/* # timeout=10
04:28:24 [2024-02-11T04:28:24.186Z]  > git config remote.origin.url https://github.com/coreos/coreos-ci # timeout=10
04:28:24 [2024-02-11T04:28:24.192Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
04:28:24 [2024-02-11T04:28:24.261Z] Avoid second fetch
04:28:24 [2024-02-11T04:28:24.261Z]  > git rev-parse origin/main^{commit} # timeout=10
04:28:24 [2024-02-11T04:28:24.268Z] Checking out Revision 29647db409f7a9041b46d4b3edf9f451a18ef1ad (origin/main)
04:28:24 [2024-02-11T04:28:24.268Z]  > git config core.sparsecheckout # timeout=10
04:28:24 [2024-02-11T04:28:24.275Z]  > git checkout -f 29647db409f7a9041b46d4b3edf9f451a18ef1ad # timeout=10
04:28:24 [2024-02-11T04:28:24.285Z] Commit message: "README.md: update Jenkins URL"