jenkins-x-plugins/jx-project

jx project quickstart/import fails on private cluster git repos

Closed this issue · 0 comments

a similar issue to this one #75 we should reuse the git user + token to clone the cluster git repository to create the PR on import in case the cluster git repository is a private repository

Workaround

rather like #75 - a workaround is to setup git credential store on your laptop and associate your user/token with the git server...

mkdir -p $HOME/git
echo https://myuser:mytoken@github.com >> $HOME/git/credentials