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 dcde05603c2cde775bfd51262f44fd0efe54ba2f (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dcde05603c2cde775bfd51262f44fd0efe54ba2f # timeout=10
Commit message: "Revert "Commit all generated layout options and providers. (#1022)""
 > git rev-list --no-walk dcde05603c2cde775bfd51262f44fd0efe54ba2f # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10