From 3a5d0f54ce1b22c6ca13bc5a933c664d1ba66652 Mon Sep 17 00:00:00 2001 From: "samuele.ruffino" <74648681+samuele-ruffino96@users.noreply.github.com> Date: Thu, 14 Nov 2024 12:57:44 +0100 Subject: [PATCH] docs: add note about $CI_SERVER_FQDN variable in GitLab CI/CD pipeline Clarified that the $CI_SERVER_FQDN variable was introduced in GitLab 16.10 and explained how to combine $CI_SERVER_HOST:$CI_SERVER_PORT to achieve the same result in earlier GitLab versions. --- docs/docs/installation/gitlab.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/installation/gitlab.md b/docs/docs/installation/gitlab.md index 513cdcb95..c28f32408 100644 --- a/docs/docs/installation/gitlab.md +++ b/docs/docs/installation/gitlab.md @@ -38,6 +38,7 @@ You can also modify the `script` section to run different Qodo Merge commands, o Note that if your base branches are not protected, don't set the variables as `protected`, since the pipeline will not have access to them. +> **Note**: The `$CI_SERVER_FQDN` variable is available starting from GitLab version 16.10. If you're using an earlier version, this variable will not be available. However, you can combine `$CI_SERVER_HOST` and `$CI_SERVER_PORT` to achieve the same result. Please ensure you're using a compatible version or adjust your configuration. ## Run a GitLab webhook server