Skip to content

Console Output

Cloning the remote Git repository
Cloning with configured refspecs honoured and with tags
Cloning repository https://github.com/pharo-project/threadedFFI-Plugin.git
 > git init E:\Builds\workspace\threadedFFI-plugin_v1.0.2 # timeout=10
Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
 > git --version # timeout=10
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/tags/v1.0.2:refs/tags/v1.0.2
 > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
 > git config --add remote.origin.fetch +refs/tags/v1.0.2:refs/tags/v1.0.2 # timeout=10
 > git config remote.origin.url https://github.com/pharo-project/threadedFFI-Plugin.git # timeout=10
Fetching with tags
Fetching upstream changes from https://github.com/pharo-project/threadedFFI-Plugin.git
using GIT_ASKPASS to set credentials pharo-ci GitHub account
 > git fetch --tags --progress https://github.com/pharo-project/threadedFFI-Plugin.git +refs/tags/v1.0.2:refs/tags/v1.0.2
Checking out Revision b9a2cc3c71ea92deca3b217b7a095a5f1eab023d (v1.0.2)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b9a2cc3c71ea92deca3b217b7a095a5f1eab023d
Commit message: "Fixing the version"