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-oomph/oomph
 > git init /home/jenkins/agent/workspace/git-indexer # timeout=10
Fetching upstream changes from https://github.com/eclipse-oomph/oomph
 > git --version # timeout=10
 > git --version # 'git version 2.41.0'
 > git fetch --tags --force --progress -- https://github.com/eclipse-oomph/oomph +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-oomph/oomph # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 25c0664c2eb127f3ded2d19492bde20bc878090c (refs/remotes/origin/master)
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 25c0664c2eb127f3ded2d19492bde20bc878090c # timeout=10
Commit message: "Remove ANSI escape sequences from the launcher task's logged output"
 > git rev-list --no-walk 6e9677d9607934cde940d887d758165c39133bfc # timeout=10