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 2e755bfd6c4fed04dfe9c10aa1079d1e314adbad (refs/remotes/origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 2e755bfd6c4fed04dfe9c10aa1079d1e314adbad # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master 2e755bfd6c4fed04dfe9c10aa1079d1e314adbad # timeout=10
Commit message: "Hazelcast: clear sessions when a site reload occurs to avoid ClassCastExceptions"
> git rev-list --no-walk b7f4098b3dce23bd9e88a05a2cd2150b0af9330d # timeout=10