Console Output
The recommended git tool is: git
No credentials specified
> git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/appNG_FEATURE_TEST/.git # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url git@github.com:appNG/appng.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng.git
> git --version # timeout=10
> git --version # 'git version 2.30.2'
> git fetch --tags --force --progress -- git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/feature/APPNG-2442^{commit} # timeout=10
Checking out Revision da98e8d1ad2a036bb69fe46a1ee48b290eb67832 (refs/remotes/origin/feature/APPNG-2442)
> git config core.sparsecheckout # timeout=10
> git checkout -f da98e8d1ad2a036bb69fe46a1ee48b290eb67832 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D feature/APPNG-2442 # timeout=10
> git checkout -b feature/APPNG-2442 da98e8d1ad2a036bb69fe46a1ee48b290eb67832 # timeout=10
Commit message: "APPNG-2442 Adjusted tests."
> git rev-list --no-walk 8efa3fa292d3abc657fb90f1a2ffd853da3d4806 # timeout=10