Console Output

00:44:52 [2024-02-28T00:44:52.668Z] Selected Git installation does not exist. Using Default
00:44:52 [2024-02-28T00:44:52.668Z] The recommended git tool is: NONE
00:44:52 [2024-02-28T00:44:52.668Z] No credentials specified
00:44:52 [2024-02-28T00:44:52.668Z] Cloning the remote Git repository
00:44:52 [2024-02-28T00:44:52.668Z] Cloning repository https://github.com/coreos/coreos-ci
00:44:52 [2024-02-28T00:44:52.676Z]  > git init /var/lib/jenkins/jobs/bodhi-trigger/workspace@2 # timeout=10
00:44:52 [2024-02-28T00:44:52.742Z] Fetching upstream changes from https://github.com/coreos/coreos-ci
00:44:52 [2024-02-28T00:44:52.742Z]  > git --version # timeout=10
00:44:52 [2024-02-28T00:44:52.749Z]  > git --version # 'git version 2.39.3'
00:44:52 [2024-02-28T00:44:52.749Z]  > git fetch --tags --force --progress -- https://github.com/coreos/coreos-ci +refs/heads/*:refs/remotes/origin/* # timeout=10
00:44:53 [2024-02-28T00:44:53.110Z]  > git config remote.origin.url https://github.com/coreos/coreos-ci # timeout=10
00:44:53 [2024-02-28T00:44:53.118Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
00:44:53 [2024-02-28T00:44:53.129Z] Avoid second fetch
00:44:53 [2024-02-28T00:44:53.130Z]  > git rev-parse origin/main^{commit} # timeout=10
00:44:53 [2024-02-28T00:44:53.137Z] Checking out Revision 64056158000681523d9f2e8fcf8876324553fc7f (origin/main)
00:44:53 [2024-02-28T00:44:53.137Z]  > git config core.sparsecheckout # timeout=10
00:44:53 [2024-02-28T00:44:53.144Z]  > git checkout -f 64056158000681523d9f2e8fcf8876324553fc7f # timeout=10
00:44:53 [2024-02-28T00:44:53.157Z] Commit message: "jobs/bodhi-trigger: respect `test-patterns: skip`"