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 053680a14a3a6ea9b3e8235eb7e6c7c70204b035 (refs/remotes/origin/appng-manager-1.17.x)
Commit message: "MGR-88 use Flyway 5"
> 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 053680a14a3a6ea9b3e8235eb7e6c7c70204b035
> 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 053680a14a3a6ea9b3e8235eb7e6c7c70204b035
> git rev-list --no-walk 750c05cccd4372adb6558b39fc4a4abdf60e02a4 # timeout=10