Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-scout/scout.rt.git
 > git init /home/jenkins/agent/workspace/org.eclipse.scout.rt.branch-23.2_continuous_pipeline # timeout=10
Fetching upstream changes from https://github.com/eclipse-scout/scout.rt.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-scout/scout.rt.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-scout/scout.rt.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 58d53c0b2985af97b877bec176a1ab809d9077af (refs/remotes/origin/releases/23.2)
 > git rev-parse refs/remotes/origin/releases/23.2^{commit} # timeout=10
 > git rev-parse releases/23.2^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 58d53c0b2985af97b877bec176a1ab809d9077af # timeout=10
Commit message: "Support textKeys in label and tooltipText of a Switch (widget)"
 > git rev-list --no-walk f9ad31962f2903cfd0c228be013ff116b09055f6 # timeout=10