Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Using shallow clone with depth 1
Avoid fetching tags
Cloning repository https://github.com/eclipse/elk.git
 > git init /home/jenkins/agent/workspace/ReleaseNightly/elk # timeout=10
Fetching upstream changes from https://github.com/eclipse/elk.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/elk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5dc0f65c78778beb74a36e0f470c6fe6ecdcef67 (refs/remotes/origin/releases/0.8.1)
 > git config remote.origin.url https://github.com/eclipse/elk.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/releases/0.8.1^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5dc0f65c78778beb74a36e0f470c6fe6ecdcef67 # timeout=10
Commit message: "features: Corrected feature version."
First time build. Skipping changelog.
Cleaning workspace
 > git rev-list --no-walk 29c407f66772e8fd225b414a982d1ab9fb22c75e # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10