Skip to content

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 b7f4098b3dce23bd9e88a05a2cd2150b0af9330d (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b7f4098b3dce23bd9e88a05a2cd2150b0af9330d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master b7f4098b3dce23bd9e88a05a2cd2150b0af9330d # timeout=10
Commit message: "- added flag alwaysStoreSession - check persistent store for excisting ID"
 > git rev-list --no-walk e454c616ffda5ae12ce27b5f8c55e8a50f30b2d5 # timeout=10