Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/appNG/appng-tomcat-session.git
> git init /var/lib/jenkins/workspace/appNG Tomcat Session # timeout=10
Fetching upstream changes from https://github.com/appNG/appng-tomcat-session.git
> git --version # timeout=10
> git --version # 'git version 2.11.0'
> git fetch --tags --progress -- https://github.com/appNG/appng-tomcat-session.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/appNG/appng-tomcat-session.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/master^{commit} # timeout=10
Checking out Revision e72eadf9ee223349d057c5718f0fcd0c67a84b9e (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e72eadf9ee223349d057c5718f0fcd0c67a84b9e # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master e72eadf9ee223349d057c5718f0fcd0c67a84b9e # timeout=10
Commit message: "ATS-28"
> git rev-list --no-walk 4bf6b39104d9095af61b6284ad2c45597d8de202 # timeout=10