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 38a3f00c2df44379133dabbc08978548d5e5a955 (refs/remotes/origin/appng-manager-1.17.x)
Commit message: "MGR-102 show LDAP settings and users"
 > 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 38a3f00c2df44379133dabbc08978548d5e5a955
 > 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 38a3f00c2df44379133dabbc08978548d5e5a955
 > git rev-list --no-walk a34832a8468cdc747ed0ee54f3bc36475b4a10aa # timeout=10