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 196d0639bc195df8540d10e5f490d1c11dfe2f30 (refs/remotes/origin/feature/MGR-74)
Commit message: "MGR-74 fix SitesTest (side effect of APPNG-2266)"
 > git rev-parse refs/remotes/origin/feature/MGR-74^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/feature/MGR-74^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 196d0639bc195df8540d10e5f490d1c11dfe2f30
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D feature/MGR-74 # timeout=10
 > git checkout -b feature/MGR-74 196d0639bc195df8540d10e5f490d1c11dfe2f30
 > git rev-list --no-walk 57b6eb5151748421edfb075ef56a1b9666762d4e # timeout=10