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 07177ca360a242e69ab416aad36caa7ae11d1977 (refs/remotes/origin/feature/MGR-70)
Commit message: "MGR-70 fix test"
 > git rev-parse refs/remotes/origin/feature/MGR-70^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/feature/MGR-70^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 07177ca360a242e69ab416aad36caa7ae11d1977
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D feature/MGR-70 # timeout=10
 > git checkout -b feature/MGR-70 07177ca360a242e69ab416aad36caa7ae11d1977
 > git rev-list --no-walk 5d0995cfdbbab69cd0dd3f1e123d10e0b18b77f1 # timeout=10