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-mylyn/org.eclipse.mylyn.git
 > git init /home/jenkins/agent/workspace/mylyn-mylyn-stage # timeout=10
Fetching upstream changes from https://github.com/eclipse-mylyn/org.eclipse.mylyn.git
 > git --version # timeout=10
 > git --version # 'git version 2.39.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-mylyn/org.eclipse.mylyn.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 1f7e2435e82e63146ee100c0ed825d884dbffcf8 (refs/remotes/origin/main)
Commit message: "Merge pull request #108 from eclipse-mylyn/v_qualifier"
 > git config remote.origin.url https://github.com/eclipse-mylyn/org.eclipse.mylyn.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1f7e2435e82e63146ee100c0ed825d884dbffcf8 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main 1f7e2435e82e63146ee100c0ed825d884dbffcf8 # timeout=10
 > git rev-list --no-walk a2901e0a42199946a746ebbe36c4e59fd89d432b # timeout=10