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.core.git
 > git init /home/jenkins/agent/workspace/dltk-nightly-pipeline/org.eclipse.dltk.core # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/dltk/org.eclipse.dltk.core.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.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 4b113e2a6f229757d1b35f6d208048c1468ecdf3 (refs/remotes/origin/master)
Commit message: "Build against eclipse 2023-06 and mylyn 4 snapshots"
 > git config remote.origin.url https://git.eclipse.org/r/dltk/org.eclipse.dltk.core.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 4b113e2a6f229757d1b35f6d208048c1468ecdf3 # timeout=10
 > git rev-list --no-walk 4b113e2a6f229757d1b35f6d208048c1468ecdf3 # timeout=10