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 4c7c5fbd8eb831d35c6b820bbe5d040d2ecbb37d (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 4c7c5fbd8eb831d35c6b820bbe5d040d2ecbb37d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 4c7c5fbd8eb831d35c6b820bbe5d040d2ecbb37d # timeout=10
Commit message: "Add declarative pipeline for building Hono website"
 > git rev-list --no-walk b12428b026c8dc0cbd7a8bf44ebdae06237210ff # timeout=10