Update gerrit MCP  endpoint

PROD-35843

Change-Id: Ideac4cf8d4f1ff53b78ef271da75772eceeef9b1
diff --git a/jobs/pipelines/swarm-create-cfg-config-drive.groovy b/jobs/pipelines/swarm-create-cfg-config-drive.groovy
index a8dd0ea..95990c6 100644
--- a/jobs/pipelines/swarm-create-cfg-config-drive.groovy
+++ b/jobs/pipelines/swarm-create-cfg-config-drive.groovy
@@ -46,7 +46,7 @@
                           passwordVariable: "GERRIT_PASSWORD"]]) {
             def gerrit_user = env.GERRIT_USERNAME
             def gerrit_password = env.GERRIT_PASSWORD
-            String gerrit_host = "gerrit.mcp.mirantis.net"
+            String gerrit_host = "gerrit.mcp.mirantis.com"
             String gerrit_port = "29418"
             ssh.prepareSshAgentKey(env.GERRIT_MCP_CREDENTIALS_ID)