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-edc/Connector
 > git init /home/jenkins/agent/workspace/Publish-Component # timeout=10
Fetching upstream changes from https://github.com/eclipse-edc/Connector
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-edc/Connector +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision d556fd69542b0d27b9119e346c83f6bd70d526f1 (refs/remotes/origin/main)
Commit message: "Bump version from 0.3.1 to 0.3.2-SNAPSHOT [skip ci]"
 > git config remote.origin.url https://github.com/eclipse-edc/Connector # 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 d556fd69542b0d27b9119e346c83f6bd70d526f1 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main d556fd69542b0d27b9119e346c83f6bd70d526f1 # timeout=10
 > git rev-list --no-walk 258a31190a9c837606c2e327fe4dd5e54f3f1921 # timeout=10