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
Branches
Tags
No related merge requests found
...@@ -16,7 +16,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -16,7 +16,7 @@ Add the following to your `.gitlab-ci.yml`:
```yaml ```yaml
include: include:
# 1: include the component # 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 # 2: set/override component inputs
inputs: inputs:
host-url: https://sonarqube.acme.host # ⚠ this is only an example host-url: https://sonarqube.acme.host # ⚠ this is only an example
...@@ -115,9 +115,9 @@ With: ...@@ -115,9 +115,9 @@ With:
```yaml ```yaml
include: include:
# main template # 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 # 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: inputs:
# audience claim for JWT # audience claim for JWT
vault-oidc-aud: "https://vault.acme.host" vault-oidc-aud: "https://vault.acme.host"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment