Console Output
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git@github.com:appNG/appng-scheduler.git
> git init /var/lib/jenkins/workspace/appNG_Scheduler # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-scheduler.git
> git --version # timeout=10
> git --version # 'git version 2.11.0'
> git fetch --tags --progress -- git@github.com:appNG/appng-scheduler.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url git@github.com:appNG/appng-scheduler.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/appng-scheduler-1.14.x^{commit} # timeout=10
Checking out Revision 13444ea066dcd7ffa470722e28161b40189dda8a (refs/remotes/origin/appng-scheduler-1.14.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 13444ea066dcd7ffa470722e28161b40189dda8a # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b appng-scheduler-1.14.x 13444ea066dcd7ffa470722e28161b40189dda8a # timeout=10
Commit message: "SCHED-43"
> git rev-list --no-walk 26c0558c2e3467b5d6e05015d1c1bc555a282708 # timeout=10