commit | 33f15751cf9ca2dc64f542d666fb086cc5749064 | [log] [tgz] |
---|---|---|
author | Hanna Arhipova <harhipova@mirantis.com> | Mon Dec 07 13:44:40 2020 +0200 |
committer | harhipova <harhipova@mirantis.com> | Mon Dec 07 16:34:51 2020 +0000 |
tree | c4414f43054b9aee677d822589b9203f4c29f78c | |
parent | c14eaf7cf4817dc2177b32894b72a7d053cc31a3 [diff] [blame] |
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)