Skip to content
Snippets Groups Projects
Commit d58969cf authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: use variabilized GitLab server FQDN in CI/CD component reference URLs

parent 1c8eeecc
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml
include:
# 1: include the component
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar@4.2.3
- component: $CI_SERVER_FQDN/to-be-continuous/sonar/gitlab-ci-sonar@4.2.3
# 2: set/override component inputs
inputs:
host-url: https://sonarqube.acme.host # ⚠ this is only an example
......@@ -115,9 +115,9 @@ With:
```yaml
include:
# main template
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar@4.2.3
- component: $CI_SERVER_FQDN/to-be-continuous/sonar/gitlab-ci-sonar@4.2.3
# Vault variant
- component: gitlab.com/to-be-continuous/sonar/gitlab-ci-sonar-vault@4.2.3
- component: $CI_SERVER_FQDN/to-be-continuous/sonar/gitlab-ci-sonar-vault@4.2.3
inputs:
# audience claim for JWT
vault-oidc-aud: "https://vault.acme.host"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment