Skip to content

Console Output

The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/ease/ease.git
 > git init /home/jenkins/agent/workspace/ease.verify.target.2023-03 # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/ease/ease.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/ease/ease.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/ease/ease.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 33966a9a44725a885d5152e4bd682fdf5f83f611 (refs/remotes/origin/main)
Commit message: "[#173] Add support for target platform 2023-12"
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10
 > git rev-list --no-walk 33966a9a44725a885d5152e4bd682fdf5f83f611 # timeout=10