We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, could you please help me with this?
I'm installing jx3 on bare metal k8s v1.21.5 and find the following problems:
I'm hosting operator on gitee other than github, but jx-build-controller is still using github while the other pods are using gitee url correctly:
gitee
github
jx-build-controller
The correct one:
https://${user}:${token}@gitee.com/exceeddata/jx4.git
but jx-build-controller pod shows errors of cloning code from a github repo:
https://${user}:${token}@github.com/exceeddata/jx4.git
How should I fix this?
jx-requirements.yaml
... repository: nexus ...
Now I can see only nexus ingress in jx namespace, but no resources(svc, pods, etc) associated.
jx
jx-git-operator
The text was updated successfully, but these errors were encountered:
Did u set the gitprovider in the requirements file to gitee? I know we dont support gitee yet though, see: jenkins-x/go-scm#307
Sorry, something went wrong.
i see. Thank you.
No branches or pull requests
Hello, could you please help me with this?
I'm installing jx3 on bare metal k8s v1.21.5 and find the following problems:
I'm hosting operator on
gitee
other thangithub
, butjx-build-controller
is still using github while the other pods are usinggitee
url correctly:The correct one:
but
jx-build-controller
pod shows errors of cloning code from agithub
repo:How should I fix this?
jx-requirements.yaml
to use nexus as repo:Now I can see only nexus ingress in
jx
namespace, but no resources(svc, pods, etc) associated.All other pods are running, all jobs in
jx-git-operator
succeeded.The text was updated successfully, but these errors were encountered: