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