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 b12428b026c8dc0cbd7a8bf44ebdae06237210ff (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 b12428b026c8dc0cbd7a8bf44ebdae06237210ff # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master b12428b026c8dc0cbd7a8bf44ebdae06237210ff # timeout=10
Commit message: "Add 1.3.1 and 1.4.3 service releases"
 > git rev-list --no-walk 9a4805acbc066e28516f4c312c74ba8c9d0cdcb3 # timeout=10