Console Output
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git@github.com:appNG/appng-tomcat-session.git
> git init /var/lib/jenkins/workspace/ATS # 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 config remote.origin.url git@github.com:appNG/appng-tomcat-session.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision f3c5d4ecccb01392403bb49b430046a4939c1757 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f3c5d4ecccb01392403bb49b430046a4939c1757 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master f3c5d4ecccb01392403bb49b430046a4939c1757 # timeout=10
Commit message: "ATS-31 moved package, update license header"
> git rev-list --no-walk 7576fb4b9203b70fd3767e25e42f892cb1bd44a6 # timeout=10