You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'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?
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'```
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: