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/papyrus/org.eclipse.papyrus.git
 > git init /home/jenkins/agent/workspace/Papyrus-Gerrit-Master-With-Test_new # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 5dc7743bfaf71bed851aadcff91c53a36769ea17 (refs/remotes/origin/master)
Commit message: "[Releng] Update updatesite in category.xml"
 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.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 5dc7743bfaf71bed851aadcff91c53a36769ea17 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 5dc7743bfaf71bed851aadcff91c53a36769ea17 # timeout=10
 > git rev-list --no-walk 5dc7743bfaf71bed851aadcff91c53a36769ea17 # timeout=10