Console Output
15:07:31 [2024-10-10T15:07:31.123Z] Selected Git installation does not exist. Using Default
15:07:31 [2024-10-10T15:07:31.123Z] The recommended git tool is: NONE
15:07:31 [2024-10-10T15:07:31.123Z] No credentials specified
15:07:31 [2024-10-10T15:07:31.123Z] > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/bodhi-trigger/workspace/.git # timeout=10
15:07:31 [2024-10-10T15:07:31.381Z] Fetching changes from the remote Git repository
15:07:31 [2024-10-10T15:07:31.382Z] > git config remote.origin.url https://github.com/coreos/coreos-ci # timeout=10
15:07:31 [2024-10-10T15:07:31.432Z] Fetching upstream changes from https://github.com/coreos/coreos-ci
15:07:31 [2024-10-10T15:07:31.432Z] > git --version # timeout=10
15:07:31 [2024-10-10T15:07:31.439Z] > git --version # 'git version 2.39.3'
15:07:31 [2024-10-10T15:07:31.439Z] > git fetch --tags --force --progress -- https://github.com/coreos/coreos-ci +refs/heads/*:refs/remotes/origin/* # timeout=10
15:07:31 [2024-10-10T15:07:31.512Z] > git rev-parse origin/main^{commit} # timeout=10
15:07:31 [2024-10-10T15:07:31.519Z] Checking out Revision c088dcc406170d2eee426505e33bcd7088bbb2cd (origin/main)
15:07:31 [2024-10-10T15:07:31.519Z] > git config core.sparsecheckout # timeout=10
15:07:31 [2024-10-10T15:07:31.526Z] > git checkout -f c088dcc406170d2eee426505e33bcd7088bbb2cd # timeout=10
15:07:31 [2024-10-10T15:07:31.535Z] Commit message: "jobs/bodhi-trigger: print raw JSON instead of parsed object"