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 5d0995cfdbbab69cd0dd3f1e123d10e0b18b77f1 (refs/remotes/origin/feature/MGR-70)
Commit message: "MGR-70 updated pom and test resources"
First time build. Skipping changelog.
> git rev-parse refs/remotes/origin/feature/MGR-70^{commit} # timeout=10
> git rev-parse refs/remotes/origin/origin/feature/MGR-70^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5d0995cfdbbab69cd0dd3f1e123d10e0b18b77f1
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b feature/MGR-70 5d0995cfdbbab69cd0dd3f1e123d10e0b18b77f1