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.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng.git
 > git --version # timeout=10
 > git fetch --tags --progress git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision abb711bc088879f9c8a062239a711e640cda6643 (refs/remotes/origin/appng-1.20.x)
Commit message: "APPNG-2259 avoid possible NPE"
 > git rev-parse refs/remotes/origin/appng-1.20.x^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/appng-1.20.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f abb711bc088879f9c8a062239a711e640cda6643
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D appng-1.20.x # timeout=10
 > git checkout -b appng-1.20.x abb711bc088879f9c8a062239a711e640cda6643
 > git rev-list --no-walk 4f384ce59503ec096280ef5e4d298c4c6719f3f4 # timeout=10