Skip to content

Console Output

Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
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 --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 rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 5a848a90fb3f04fffb7e51b78bee68a02211b6ad (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5a848a90fb3f04fffb7e51b78bee68a02211b6ad # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 5a848a90fb3f04fffb7e51b78bee68a02211b6ad # timeout=10
Commit message: "fix pattern logic"
 > git rev-list --no-walk c2b40e236fd1a464304d4f46d7df4c00fe1fe3c7 # timeout=10