Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git@github.com:appNG/appng-scheduler.git
> git init /var/lib/jenkins/workspace/appNG_Scheduler # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-scheduler.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> git fetch --tags --force --progress -- git@github.com:appNG/appng-scheduler.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git@github.com:appNG/appng-scheduler.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/appng-scheduler-1.17.x^{commit} # timeout=10
Checking out Revision 75a31fc6d526a2429256d0c824137ce5192d132e (refs/remotes/origin/appng-scheduler-1.17.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 75a31fc6d526a2429256d0c824137ce5192d132e # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b appng-scheduler-1.17.x 75a31fc6d526a2429256d0c824137ce5192d132e # timeout=10
Commit message: "SCHED-58"
> git rev-list --no-walk d5714103f7ac5dedf96e783642367467afad5bc3 # timeout=10