Console Output
No credentials specified
Cloning the remote Git repository
Cloning repository git@github.com:appNG/appng-manager.git
> git init /var/lib/jenkins/workspace/appNG_Manager # 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/*
> git config remote.origin.url git@github.com:appNG/appng-manager.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # 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 fetch --tags --progress git@github.com:appNG/appng-manager.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 74952b552ce31b79587dbeda3d034c7368dc0de8 (refs/remotes/origin/appng-manager-1.16.x)
Commit message: "cleanup, use appNG.version"
First time build. Skipping changelog.
> git rev-parse refs/remotes/origin/appng-manager-1.16.x^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/appng-manager-1.16.x^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 74952b552ce31b79587dbeda3d034c7368dc0de8
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b appng-manager-1.16.x 74952b552ce31b79587dbeda3d034c7368dc0de8