zebrunner/community-edition

Issues in Upgrade scenario

Closed this issue · 1 comments

Steps:
setup CE using master branch (1.9 release in master branch)
do basic acceptance
git checkout develop
git pull --recurse-submodules
Actual result:

Fetching submodule jenkins
Fetching submodule mcloud
Fetching submodule reporting
Fetching submodule reporting/minio-storage
Fetching submodule selenoid
Fetching submodule sonarqube
Already up to date.
Submodule path 'jenkins': checked out 'acf8517ef3b2662512e68ebcdf0ec4b25b19df9d'
**error: unable to create file configuration/stf-proxy/ssl/.gitkeep: Permission denied
error: unable to create file configuration/stf-proxy/ssl/ssl.crt.original: Permission denied
error: unable to create file configuration/stf-proxy/ssl/ssl.key.original: Permission denied**
Submodule path 'mcloud': checked out '6063a89d5f0874d50cb7e0f684c9301dd9291704'
Submodule path 'reporting': checked out '08d9aa0b878e645435ece4b4c594d89c6755e240'
Submodule path 'selenoid': checked out '70047cfb5e2dc9cd284468c2fc10c9dbeac4b453'
Submodule path 'sonarqube': checked out '24d9e874c9c5721f048e62ad45dfcdc86510a4e1'

Expected: no error messages during git pull

closing as can't reproduce. potentially it might be due to the ssl configuration on v1.9 but better to retest again.