Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git@github.com:appNG/appng-manager.git
> git init /var/lib/jenkins/workspace/appNG_Manager # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-manager.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> git fetch --tags --force --progress -- git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git@github.com:appNG/appng-manager.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-manager-1.20.x^{commit} # timeout=10
Checking out Revision 29feea357062557cf7353cebc134de85eb6b67e9 (refs/remotes/origin/appng-manager-1.20.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 29feea357062557cf7353cebc134de85eb6b67e9 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b appng-manager-1.20.x 29feea357062557cf7353cebc134de85eb6b67e9 # timeout=10
Commit message: "MGR-147"
> git rev-list --no-walk 27bb6eae4f468cc988604d190c4b22488171ce24 # timeout=10