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 cf2e307159b4b3f89a341c2a8e24dffb7e717eba (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f cf2e307159b4b3f89a341c2a8e24dffb7e717eba # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master cf2e307159b4b3f89a341c2a8e24dffb7e717eba # timeout=10
Commit message: "remove this"
> git rev-list --no-walk 5954e543dea9adf854feda7d1dfaa94bf8c73fd6 # timeout=10