Skip to content

Commit 6dadf37

Browse files
authored
fix(docs.jenkins.io): add CNAME record targetting publick8s (#490)
1 parent cef2d0d commit 6dadf37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dns-records.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ resource "azurerm_dns_cname_record" "jenkinsio_target_public_new_publick8s" {
112112
"azure.updates" = "Update Center hosted on Azure (Apache redirections service)"
113113
"builds.reports" = "Public build reports about the private Jenkins controllers of the Jenkins infrastructure"
114114
"contributors.origin" = "Jenkins Contributors Spotlight website content origin for Fastly CDN"
115+
"docs" = "Versioned docs of jenkins.io (redirect to alpha.docs.jenkins.io until finalized)",
115116
"fallback.get" = "Fallback address for mirrorbits" # Note: had a TTL of 10 minutes before, not 1 hour
116117
"get" = "Jenkins binary distribution via mirrorbits"
117118
"incrementals" = "incrementals publisher to incrementals Maven repository"

0 commit comments

Comments
 (0)