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
currently we hard code the nexus service to be http://nexus in the maven settings: https://github.com/jenkins-x/jx3-versions/blob/master/charts/jx3/jxboot-helmfile-resources/secret-schema.yaml#L72
it would be nice to be able to parameterise that a little more so we can use any URL at all via a setting in jx-requirements.yml
jx-requirements.yml
The text was updated successfully, but these errors were encountered:
a workaround for now is to enable an external service link on the nexus Service via this chart configuration: https://github.com/jenkins-x-charts/jxboot-helmfile-resources/blob/master/charts/jxboot-helmfile-resources/values.yaml#L110-L114
Service
but being able to parameterise the nexus/artifactory URL may be simpler
Sorry, something went wrong.
No branches or pull requests
currently we hard code the nexus service to be http://nexus in the maven settings:
https://github.com/jenkins-x/jx3-versions/blob/master/charts/jx3/jxboot-helmfile-resources/secret-schema.yaml#L72
it would be nice to be able to parameterise that a little more so we can use any URL at all via a setting in
jx-requirements.yml
The text was updated successfully, but these errors were encountered: