Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/hono.git
 > git init /home/jenkins/agent/workspace/Hono CI Pipeline # timeout=10
Fetching upstream changes from https://github.com/eclipse/hono.git
 > git --version # timeout=10
 > git --version # 'git version 2.26.2'
 > git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 9757242e727151d32afdcf1c842bb972e0e6e6b2 (refs/remotes/origin/master)
 > git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9757242e727151d32afdcf1c842bb972e0e6e6b2 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 9757242e727151d32afdcf1c842bb972e0e6e6b2 # timeout=10
Commit message: "Remove obsolete code "
 > git rev-list --no-walk b5c36d88f6e9236b71919641881a8a249c9f01e2 # timeout=10