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 f4d380045409347d9d9313e91004374c31ac61a3 (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 f4d380045409347d9d9313e91004374c31ac61a3 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master f4d380045409347d9d9313e91004374c31ac61a3 # timeout=10
Commit message: "Prepare for migration of build job to Jiro"
 > git rev-list --no-walk 9757242e727151d32afdcf1c842bb972e0e6e6b2 # timeout=10