Skip to content

Console Output

The recommended git tool is: NONE
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-manager.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-manager.git
 > git --version # timeout=10
 > git --version # 'git version 2.1.4'
 > git fetch --tags --progress git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 8bdfcaa383044accc1db3db18712b51d4837a1dd (refs/remotes/origin/appng-manager-1.16.x)
Commit message: "bump version to 1.16.1-SNAPSHOT"
 > git rev-parse refs/remotes/origin/appng-manager-1.16.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8bdfcaa383044accc1db3db18712b51d4837a1dd # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.16.x # timeout=10
 > git checkout -b appng-manager-1.16.x 8bdfcaa383044accc1db3db18712b51d4837a1dd # timeout=10
 > git rev-list --no-walk 8bf87ae331ebf06597e031decb86893be24b5320 # timeout=10