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