jenkins-x / jx

Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Cloud Native pipelines from Tekton
https://jenkins-x.io/
Apache License 2.0
4.58k stars 788 forks source link

How to specify port for gitServer #8512

Closed ruschecker closed 10 months ago

ruschecker commented 1 year ago

In jx-requirenments.yaml there is a field gitServer put it is not allowed to specify port there. If you specify it there it returns error that column is not allowed there, but if I am not specifying it there it can't pull because i am using not standard port for http git. I am using gitea. Any ideas how to fix it?

ruschecker commented 1 year ago

seems quotas around value helps, but it is not obvious in doc. Found sample here https://github.com/jenkins-x/jx/issues/7679

msvticket commented 10 months ago

Well, that quotes are needed is standard yaml and I think it's quite clear that file should be in yaml format