opendevstack / ods-pipeline

Alternative ODS CI/CD pipeline based on Tekton / OpenShift Pipelines
Apache License 2.0
13 stars 5 forks source link

Installation does not ask for Bitbucket username #652

Closed michaelsauter closed 1 year ago

michaelsauter commented 1 year ago

0.8.0 does not ask for Bitbucket username during installation. This leads to broken git clone.

The personal access token alone is enough for API calls, but not for git clone.

The issue was not detected because the tests actually set the username ...

A temporary workaround is to simply set the username in the secret manually.