Skip to content

Console Output

No credentials specified
Fetching changes from the remote Git repository
 > git rev-parse --is-inside-work-tree # timeout=10
 > git config remote.origin.url git@github.com:appNG/appng-tomcat-session.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-tomcat-session.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng-tomcat-session.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 04410e1f9b7e5a5d63007e3ca122240aacfb1ad4 (refs/remotes/origin/master)
Commit message: "ATS-14 typo"
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 04410e1f9b7e5a5d63007e3ca122240aacfb1ad4
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 04410e1f9b7e5a5d63007e3ca122240aacfb1ad4
 > git rev-list --no-walk edc1e003b342009f819121cf6f56c7cfb20cb349 # timeout=10