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 https://github.com/appNG/appng-tomcat-session.git
> git init /var/lib/jenkins/workspace/appNG Tomcat Session # 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 config remote.origin.url https://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 a5035e4f155e2e70b7d8d64fa94d3e3fb8635eb1 (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f a5035e4f155e2e70b7d8d64fa94d3e3fb8635eb1 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master a5035e4f155e2e70b7d8d64fa94d3e3fb8635eb1 # timeout=10
Commit message: "move to next snapshot"
> git rev-list --no-walk 7576fb4b9203b70fd3767e25e42f892cb1bd44a6 # timeout=10