Skip to content

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 9b4b4e59b7e4ddfccd60f5be7026e9219a562aa3 (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 9b4b4e59b7e4ddfccd60f5be7026e9219a562aa3
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b appng-manager-1.17.x 9b4b4e59b7e4ddfccd60f5be7026e9219a562aa3
 > git rev-list --no-walk 9b4b4e59b7e4ddfccd60f5be7026e9219a562aa3 # timeout=10