From be35d6b09b8c06311592e2b74dfee014aa8459ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Le=20Meur?= <91831478+lemeurherve@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:41:53 +0200 Subject: [PATCH] feat: add `new.stats` jenkins.io CNAME record (#257) * feat: add (new) stats website CNAME records * remove fastly record --- dns-records.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/dns-records.tf b/dns-records.tf index 1339632..e280ace 100644 --- a/dns-records.tf +++ b/dns-records.tf @@ -158,6 +158,7 @@ resource "azurerm_dns_cname_record" "jenkinsio_target_public_publick8s" { "incrementals" = "incrementals publisher to incrementals Maven repository" "javadoc" = "Jenkins Javadoc" "mirrors" = "Jenkins binary distribution via mirrorbits" + "new.stats" = "New Jenkins Statistics website" "plugin-health" = "Plugin Health Scoring application" "plugin-site-issues" = "Plugins website API content origin for Fastly CDN" "plugins.origin" = "Plugins website content origin for Fastly CDN"