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/appNG Tomcat Session/.git # 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.30.2'
> git fetch --tags --force --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 ed7aa39c4f2c36f1c6c2e161b9b911c752d9fcf0 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ed7aa39c4f2c36f1c6c2e161b9b911c752d9fcf0 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master ed7aa39c4f2c36f1c6c2e161b9b911c752d9fcf0 # timeout=10
Commit message: "ATS-33"
> git rev-list --no-walk cf1421e4d48f406377a6515c9fc25e8dc4214b16 # timeout=10