Skip to content

Console Output

The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/mdmbl/org.eclipse.mdm
 > git init /home/jenkins/agent/workspace/openMDM_Build_nightly_dev # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/mdmbl/org.eclipse.mdm
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/mdmbl/org.eclipse.mdm +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 1d63a30941a42ad8883e8156d305ff7c11a33d41 (refs/remotes/origin/dev)
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/mdmbl/org.eclipse.mdm # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1d63a30941a42ad8883e8156d305ff7c11a33d41 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b dev 1d63a30941a42ad8883e8156d305ff7c11a33d41 # timeout=10
Commit message: "Improved functional rights error handling"
 > git rev-list --no-walk 1d63a30941a42ad8883e8156d305ff7c11a33d41 # timeout=10