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.1.4'
> git fetch --tags --progress git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 3b1a6fa899ca1536f55aadd4fecbf0bec4d15523 (refs/remotes/origin/appng-manager-1.17.x)
Commit message: "MGR-107 use PreparedStatementCallback"
> 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
> git rev-parse refs/remotes/origin/appng-manager-1.17.x^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 3b1a6fa899ca1536f55aadd4fecbf0bec4d15523 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b appng-manager-1.17.x 3b1a6fa899ca1536f55aadd4fecbf0bec4d15523 # timeout=10
> git rev-list --no-walk 7fbd68a8507b6975ac09e792b0d288dec7eea9b1 # timeout=10