Console Output
20:13:19 [2024-10-14T20:13:19.527Z] Selected Git installation does not exist. Using Default
20:13:19 [2024-10-14T20:13:19.527Z] The recommended git tool is: NONE
20:13:19 [2024-10-14T20:13:19.527Z] No credentials specified
20:13:19 [2024-10-14T20:13:19.527Z] > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/bodhi-trigger/workspace/.git # timeout=10
20:13:19 [2024-10-14T20:13:19.537Z] Fetching changes from the remote Git repository
20:13:19 [2024-10-14T20:13:19.544Z] > git config remote.origin.url https://github.com/coreos/coreos-ci # timeout=10
20:13:19 [2024-10-14T20:13:19.548Z] Fetching upstream changes from https://github.com/coreos/coreos-ci
20:13:19 [2024-10-14T20:13:19.548Z] > git --version # timeout=10
20:13:19 [2024-10-14T20:13:19.552Z] > git --version # 'git version 2.39.3'
20:13:19 [2024-10-14T20:13:19.552Z] > git fetch --tags --force --progress -- https://github.com/coreos/coreos-ci +refs/heads/*:refs/remotes/origin/* # timeout=10
20:13:19 [2024-10-14T20:13:19.710Z] > git rev-parse origin/main^{commit} # timeout=10
20:13:19 [2024-10-14T20:13:19.714Z] Checking out Revision c088dcc406170d2eee426505e33bcd7088bbb2cd (origin/main)
20:13:19 [2024-10-14T20:13:19.714Z] > git config core.sparsecheckout # timeout=10
20:13:19 [2024-10-14T20:13:19.718Z] > git checkout -f c088dcc406170d2eee426505e33bcd7088bbb2cd # timeout=10
20:13:19 [2024-10-14T20:13:19.769Z] Commit message: "jobs/bodhi-trigger: print raw JSON instead of parsed object"