jenkins-x / jx

Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton

Home Page:https://jenkins-x.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickstarts giving: repository 'https://github.com/jenkins-x-bdd/repo.git/' not found

DBoag opened this issue · comments

Hi,

I'm getting this error when trying to do a jx project quickstart. I've tried various Quick Starts (Go, Node, PHP), but they all fail with the same error.

I installed Jenkins X last week following these instructions: https://jenkins-x.io/v3/admin/platforms/k3s/

I've checked the "jenkins-x-bdd" repo URL in the error and Github returns a 404, which I assume is the cause of the issue, but how to get the Quick Starts working? Have I done something wrong?

jx version: 3.10.89
Kubelet version: v1.24.15+k3s1

The full failure message from the pipeline is below.

WARNING: no $GIT_SECRET_MOUNT_PATH environment variable set
step-promote-helm-release
releasing chart php-helloworld
step-promote-helm-release
assuming the remote branch does not exist so lets create it
step-promote-helm-release
error: failed to create chart pages release in dir charts/php-helloworld: failed to clone the github pages repo https://github.com/jenkins-x-bdd/repo.git branch gh-pages: failed to clone repository https://DBoag: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@github.com/jenkins-x-bdd/repo.git to directory: /tmp/gh-pages-tmp-3362249530: failed to clone repository https://DBoag:ghp_12345678900987654321@github.com/jenkins-x-bdd/repo.git to directory: /tmp/gh-pages-tmp-3362249530: failed to run 'git clone https://DBoag:ghp_12345678900987654321@github.com/jenkins-x-bdd/repo.git /tmp/gh-pages-tmp-3362249530' command in directory '/tmp', output: 'Cloning into '/tmp/gh-pages-tmp-3362249530'...
step-promote-helm-release
remote: Repository not found.
step-promote-helm-release
fatal: repository 'https://github.com/jenkins-x-bdd/repo.git/' not found'```