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-22.0_continuous_pipeline-npmrc # 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 8c608af86a107118d13b342de77e7ac7848fb318 (refs/remotes/origin/releases/22.0)
 > git rev-parse refs/remotes/origin/releases/22.0^{commit} # timeout=10
 > git rev-parse releases/22.0^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8c608af86a107118d13b342de77e7ac7848fb318 # timeout=10
Commit message: "HttpProxy: Fix log message for custom request headers"
 > git rev-list --no-walk ccaadc952b4dccbd956bd637533e4acf14c8a91b # timeout=10