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

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

parent 9d058e8b
Branches
Tags
No related merge requests found
...@@ -14,7 +14,7 @@ Add the following to your `.gitlab-ci.yml`: ...@@ -14,7 +14,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/maven/gitlab-ci-maven@3.11.1 - component: $CI_SERVER_FQDN/to-be-continuous/maven/gitlab-ci-maven@3.11.1
# 2: set/override component inputs # 2: set/override component inputs
inputs: inputs:
# ⚠ this is only an example # ⚠ this is only an example
...@@ -526,7 +526,7 @@ All authentication methods should use masked GitLab environment variables. ...@@ -526,7 +526,7 @@ All authentication methods should use masked GitLab environment variables.
```yaml ```yaml
include: include:
# main template # main template
- component: gitlab.com/to-be-continuous/maven/gitlab-ci-maven@3.11.1 - component: $CI_SERVER_FQDN/to-be-continuous/maven/gitlab-ci-maven@3.11.1
# Jib is implemented as an extension to Maven, and uses supporting features of the TBC Maven template # Jib is implemented as an extension to Maven, and uses supporting features of the TBC Maven template
- component: gitlab.com/to-be-continuous/maven/gitlab-ci-maven-jib@3.11.1 - component: $CI_SERVER_FQDN/to-be-continuous/maven/gitlab-ci-maven-jib@3.11.1
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment