Skip to content

Console Output

No credentials specified
Cloning the remote Git repository
Cloning repository git@github.com:appNG/appng.git
 > git init /var/lib/jenkins/workspace/appNG_1.20.3 # 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/*
 > git config remote.origin.url git@github.com:appNG/appng.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.git # timeout=10
Fetching upstream changes from git@github.com:appNG/appng.git
 > git fetch --tags --progress git@github.com:appNG/appng.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 4f384ce59503ec096280ef5e4d298c4c6719f3f4 (refs/remotes/origin/appng-1.20.x)
 > 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 4f384ce59503ec096280ef5e4d298c4c6719f3f4
Commit message: "preparing next version 1.20.3-SNAPSHOT"
First time build. Skipping changelog.
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b appng-1.20.x 4f384ce59503ec096280ef5e4d298c4c6719f3f4