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 41cba82c3fcb8d87ae663ce4e4175afe42467d77 (refs/remotes/origin/appng-manager-1.17.x)
Commit message: "adapt changes from APPNG-2329"
> 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 41cba82c3fcb8d87ae663ce4e4175afe42467d77
> 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 41cba82c3fcb8d87ae663ce4e4175afe42467d77
> git rev-list --no-walk bb53bf142b447ab5c6fc60cebf17772cbe2becb2 # timeout=10