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/IntegrationNightly/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
 > 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
Avoid second fetch
Checking out Revision 9bc93474e1dc649450e8c97abb45d16b7c88e35b (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9bc93474e1dc649450e8c97abb45d16b7c88e35b # timeout=10
Commit message: "Metacompiler fix (#1024)"
 > git rev-list --no-walk 9bc93474e1dc649450e8c97abb45d16b7c88e35b # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10