Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Avoid second fetch
Checking out Revision ac3beb7d65104f1761729a8a949bcbffc26d83d7 (refs/remotes/origin/v6.x)
Cloning repository https://github.com/eclipse/capella-tools.git
 > git init /home/jenkins/agent/workspace/capella-tools_v6.x/capella-tools # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella-tools.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.4'
 > git fetch --tags --force --progress -- https://github.com/eclipse/capella-tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/capella-tools.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/v6.x^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ac3beb7d65104f1761729a8a949bcbffc26d83d7 # timeout=10
Commit message: "[releng] Use latest"
 > git rev-list --no-walk ec97c34edcedfffa07f286f4cee72d53736ff0e7 # timeout=10
 > git remote # timeout=10
 > git submodule init # timeout=10
 > git submodule sync # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git submodule init # timeout=10
 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > git config --get submodule.releng/capella-releng-parent.url # timeout=10
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
 > git config -f .gitmodules --get submodule.releng/capella-releng-parent.path # timeout=10
 > git submodule update --init --recursive --remote releng/capella-releng-parent # timeout=10