Console Output
The recommended git tool is: NONE
No credentials specified
> git rev-parse --is-inside-work-tree # 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.11.0'
> git fetch --tags --progress -- git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/appng-manager-1.18.x^{commit} # timeout=10
Checking out Revision 83ec703f056e43ec5071eb6deb391e05da0fd29d (refs/remotes/origin/appng-manager-1.18.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 83ec703f056e43ec5071eb6deb391e05da0fd29d # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D appng-manager-1.18.x # timeout=10
> git checkout -b appng-manager-1.18.x 83ec703f056e43ec5071eb6deb391e05da0fd29d # timeout=10
Commit message: "MGR-128 handle case when caching is disabled"
> git rev-list --no-walk 9f071ac8f578c5b3351188c9049daa0d154c49fe # timeout=10