Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
 > git rev-parse --resolve-git-dir /var/lib/jenkins/workspace/appNG_Manager/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:appNG/appng-manager.git # 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 rev-parse refs/remotes/origin/appng-manager-1.20.x^{commit} # timeout=10
Checking out Revision a27bb8e68a0d07f775c6652191d2d2697f4f5c0f (refs/remotes/origin/appng-manager-1.20.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a27bb8e68a0d07f775c6652191d2d2697f4f5c0f # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.20.x # timeout=10
 > git checkout -b appng-manager-1.20.x a27bb8e68a0d07f775c6652191d2d2697f4f5c0f # timeout=10
Commit message: "MGR-150 tooltips for filters"
 > git rev-list --no-walk fa1bf072c448273c5aabb0b43e562730e879f149 # timeout=10