Skip to content

Console Output

The recommended git tool is: git
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 --version # 'git version 2.1.4'
 > git fetch --tags --progress git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision eb9cebc13db796c7abd48fcbf2f182481b40164e (refs/remotes/origin/appng-1.20.x)
Commit message: "APPNG-2375 apply minConnections"
First time build. Skipping changelog.
 > git rev-parse refs/remotes/origin/appng-1.20.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eb9cebc13db796c7abd48fcbf2f182481b40164e # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b appng-1.20.x eb9cebc13db796c7abd48fcbf2f182481b40164e # timeout=10