Skip to content

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 b13236dfff0440a762c19ae45b0de497e0f14be6 (refs/remotes/origin/feature/APPNG-2442)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b13236dfff0440a762c19ae45b0de497e0f14be6 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D feature/APPNG-2442 # timeout=10
 > git checkout -b feature/APPNG-2442 b13236dfff0440a762c19ae45b0de497e0f14be6 # timeout=10
Commit message: "APPNG-2442 Applied codestyle formaters."
 > git rev-list --no-walk 4724db6ca4accae66f42bc17148fd5de555f99a8 # timeout=10