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 2bb94d7ddd3add6fd151a104f43c1b13925fd797 (refs/remotes/origin/appng-scheduler-1.14.x)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2bb94d7ddd3add6fd151a104f43c1b13925fd797 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b appng-scheduler-1.14.x 2bb94d7ddd3add6fd151a104f43c1b13925fd797 # timeout=10
Commit message: "fix typo"
> git rev-list --no-walk 2bb94d7ddd3add6fd151a104f43c1b13925fd797 # timeout=10