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 e46e978b2d71a68ac12fc702ae2e0703a371da52 (refs/remotes/origin/appng-manager-1.15.x)
 > git rev-parse refs/remotes/origin/appng-manager-1.15.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-manager-1.15.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e46e978b2d71a68ac12fc702ae2e0703a371da52
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.15.x # timeout=10
Commit message: "MGR-75 use o.a.a.s.SelectionBuilder"
 > git checkout -b appng-manager-1.15.x e46e978b2d71a68ac12fc702ae2e0703a371da52
 > git rev-list --no-walk e4cd9499fc1b35c34829a44f8701beda65af00bf # timeout=10