Skip to content

Console Output

The recommended git tool is: git
using credential github
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/OpenModelica/OMSens.git
 > git init /var/lib/jenkins2/ws/ens_dependabot_pip_pillow-10.0.1 # timeout=10
Fetching upstream changes from https://github.com/OpenModelica/OMSens.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials GitHub Access Token
 > git fetch --no-tags --force --progress -- https://github.com/OpenModelica/OMSens.git +refs/heads/dependabot/pip/pillow-10.0.1:refs/remotes/origin/dependabot/pip/pillow-10.0.1 # timeout=10
Avoid second fetch
Checking out Revision 45331266fdc2ce51347fa03ea52ff6f273bf7351 (dependabot/pip/pillow-10.0.1)
Commit message: "Bump pillow from 9.0.1 to 10.0.1"
First time build. Skipping changelog.
Cleaning workspace
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
 > git config remote.origin.url https://github.com/OpenModelica/OMSens.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/dependabot/pip/pillow-10.0.1:refs/remotes/origin/dependabot/pip/pillow-10.0.1 # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 45331266fdc2ce51347fa03ea52ff6f273bf7351 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b dependabot/pip/pillow-10.0.1 45331266fdc2ce51347fa03ea52ff6f273bf7351 # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10