Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/epsilon.git
 > git init /home/jenkins/agent/workspace/_kubernetes_picto-xtext-plantuml # timeout=10
Fetching upstream changes from https://github.com/eclipse/epsilon.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/epsilon.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/epsilon.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision e3038280ceeac0b290a1865d48fc821a60f9b420 (picto-xtext-plantuml)
Commit message: "Fix reference labels layer"
First time build. Skipping changelog.
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e3038280ceeac0b290a1865d48fc821a60f9b420 # timeout=10