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 695f0e58b778e09769fcd5b221a72e552078cb29 (refs/remotes/origin/appng-manager-1.17.x)
Commit message: "MGR-94"
 > git rev-parse refs/remotes/origin/appng-manager-1.17.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-manager-1.17.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 695f0e58b778e09769fcd5b221a72e552078cb29
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.17.x # timeout=10
 > git checkout -b appng-manager-1.17.x 695f0e58b778e09769fcd5b221a72e552078cb29
 > git rev-list --no-walk 71b6bccfa365d8da8cbe974f5a6f89b4c1454313 # timeout=10