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-edc/JenkinsPipelines.git
 > git init /home/jenkins/agent/workspace/Publish-All-In-One # timeout=10
Fetching upstream changes from https://github.com/eclipse-edc/JenkinsPipelines.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-edc/JenkinsPipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 8b7667853f1733736ba684a0eb49616ee63407bc (refs/remotes/origin/main)
Commit message: "added Runtime-Metamodel component"
 > git config remote.origin.url https://github.com/eclipse-edc/JenkinsPipelines.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 8b7667853f1733736ba684a0eb49616ee63407bc # timeout=10
 > git rev-list --no-walk 8b7667853f1733736ba684a0eb49616ee63407bc # timeout=10