Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git@github.com:appNG/appng-authentication.git
> git init /var/lib/jenkins/workspace/appNG_Authentication # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-authentication.git
> git --version # timeout=10
> git --version # 'git version 2.1.4'
> git fetch --tags --progress git@github.com:appNG/appng-authentication.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision a852f729283aa2f849e47ed85f944870736a9f07 (refs/remotes/origin/appng-authentication-1.13.x)
Commit message: "AUTH-27 make login field mandatory for <action id="login">"
> git config remote.origin.url git@github.com:appNG/appng-authentication.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/appng-authentication-1.13.x^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f a852f729283aa2f849e47ed85f944870736a9f07 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b appng-authentication-1.13.x a852f729283aa2f849e47ed85f944870736a9f07 # timeout=10
> git rev-list --no-walk 9f2d945e9acea5327163bd124245713d6c3cb6e6 # timeout=10