Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git
 > git init /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.tcl # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 545786208c7bad5c25e11e79f218a8093b5c07c5 (refs/remotes/origin/master)
Commit message: "Fix TCL compilation on 2023-06"
 > git config remote.origin.url https://git.eclipse.org/r/dltk/org.eclipse.dltk.tcl.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 545786208c7bad5c25e11e79f218a8093b5c07c5 # timeout=10
 > git rev-list --no-walk 545786208c7bad5c25e11e79f218a8093b5c07c5 # timeout=10