Skip to content

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 8fdd1dfbdaca0a3d1e4d0f39c3e61d23bdc64d2e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8fdd1dfbdaca0a3d1e4d0f39c3e61d23bdc64d2e # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 8fdd1dfbdaca0a3d1e4d0f39c3e61d23bdc64d2e # timeout=10
Commit message: "ATS-32"
 > git rev-list --no-walk a5035e4f155e2e70b7d8d64fa94d3e3fb8635eb1 # timeout=10