Skip to content

Update component include to use $CI_SERVER_FQDN

Avielle Wolfe requested to merge 446050-use-ci-server-sqdn-in-include into master

What does this MR do and why?

Our new best practice when including CI components is to use $CI_SERVER_FQDN instead of hard coding the domain name. This change will update the component detail page to use $CI_SERVER_FQDN in the example use of include:component.

Changelog: changed

Issue: #446050 (closed)

Screenshots or screen recordings

See that the include:component example now uses $CI_SERVER_FQDN

Before After
Screenshot 2024-04-30 at 15.58.12.png Screenshot 2024-04-30 at 15.59.56.png

Merge request reports