Console Output
No credentials specified
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/appNG/appng-tomcat-session.git # timeout=10
Fetching upstream changes from https://github.com/appNG/appng-tomcat-session.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/appNG/appng-tomcat-session.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 395c318719a0970d871ef2a0e07482ffe43ab8ec (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 395c318719a0970d871ef2a0e07482ffe43ab8ec
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 395c318719a0970d871ef2a0e07482ffe43ab8ec
Commit message: "ATS-23"
> git rev-list --no-walk 31d15d523d11d3b4b1ef4b21c4753f6d4e67b2f0 # timeout=10