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-manager.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng-manager.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision aa19102dbfe3c451c2ea869bcff1251caa3dda95 (refs/remotes/origin/appng-manager-1.16.x)
 > git rev-parse refs/remotes/origin/appng-manager-1.16.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-manager-1.16.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa19102dbfe3c451c2ea869bcff1251caa3dda95
Commit message: "MGR-82"
 > 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 aa19102dbfe3c451c2ea869bcff1251caa3dda95
 > git rev-list --no-walk 56fedfed2b28421b34d1a3573bf8ee95dcb545e6 # timeout=10