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 73ae6c2c758d796efc379b067c679b9f69412bd9 (refs/remotes/origin/master)
Commit message: "next version 0.2.2-SNAPSHOT"
 > 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 73ae6c2c758d796efc379b067c679b9f69412bd9
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 73ae6c2c758d796efc379b067c679b9f69412bd9
 > git rev-list --no-walk 4d42264af6fc038806252adac2a5a29b31e94f34 # timeout=10