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 c8946bed7b5869b08e1ec3e6da892412aebd805b (refs/remotes/origin/appng-manager-1.17.x)
Commit message: "MGR-91 fix tests"
 > 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 c8946bed7b5869b08e1ec3e6da892412aebd805b
 > 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 c8946bed7b5869b08e1ec3e6da892412aebd805b
 > git rev-list --no-walk ea2eb33d6a165d2d9a5ebcde90b056cbfa92d0e0 # timeout=10