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 3b5d283dbb3c5b86da6c24e565009ed089483a7f (refs/remotes/origin/appng-manager-1.15.x)
Commit message: "MGR-78 prepare release"
 > 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 3b5d283dbb3c5b86da6c24e565009ed089483a7f
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-manager-1.15.x # timeout=10
 > git checkout -b appng-manager-1.15.x 3b5d283dbb3c5b86da6c24e565009ed089483a7f
 > git rev-list --no-walk a658ddb832e96f32db53493de76ef33646a89053 # timeout=10