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 --resolve-git-dir /var/lib/jenkins/workspace/ATS/.git # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@github.com:appNG/appng-tomcat-session.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-tomcat-session.git
 > git --version # timeout=10
 > git --version # 'git version 2.30.2'
 > git fetch --tags --force --progress -- git@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 66de32158801197ee281c50d4af942b5cde40d4d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 66de32158801197ee281c50d4af942b5cde40d4d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 66de32158801197ee281c50d4af942b5cde40d4d # timeout=10
Commit message: "extract a more generic approach"
 > git rev-list --no-walk 325610e290325ea49bc63dda95fc6bf016275c77 # timeout=10