Skip to content

Console Output

The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/capella-textual-editor.git
 > git init /home/jenkins/agent/workspace/ella-addon-textual-editor_v1.4.x # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella-textual-editor.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --progress https://github.com/eclipse/capella-textual-editor.git +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10
Avoid second fetch
Checking out Revision b7143a11b9787686578dc555676ddca1b2773ada (v1.4.x)
 > git config remote.origin.url https://github.com/eclipse/capella-textual-editor.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/v1.4.x:refs/remotes/origin/v1.4.x # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b7143a11b9787686578dc555676ddca1b2773ada # timeout=10
Commit message: "[releng] Use pipeline library for 1.4.x"
 > git rev-list --no-walk b7143a11b9787686578dc555676ddca1b2773ada # timeout=10