Skip to content

Commit

Permalink
add external access docs (#154)
Browse files Browse the repository at this point in the history
* add external access docs

* fix typo
  • Loading branch information
Thanhphan1147 authored May 3, 2024
1 parent 08a48ce commit 20acfa2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/reference/external-access.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# External access
The Jenkins charm requires access to the following domains to install Jenkins and its plugins:

* `jenkins-ci.org`
* `updates.jenkins-ci.org`
* `jenkins.io`
* `updates.jenkins.io`
* `.mirrors.jenkins-ci.org`
* `fallback.get.jenkins.io`
* `get.jenkins.io`
* `pkg.jenkins.io`
* `archives.jenkins.io`
* `pkg.origin.jenkins.io`
* `.mirrors.jenkins.io`
* `www.jenkins.io`

Depending on the localisation, some region-specific external mirrors might also be used. You can find more information on the [list of mirrors for Jenkins](https://get.jenkins.io/war/2.456/jenkins.war?mirrorstats).

Some plugins can also require external access, such as `github.com` for the [Github branch source plugin](https://plugins.jenkins.io/github-branch-source/). Or an external Kubernetes cluster if you are using the [Kubernetes plugin](https://plugins.jenkins.io/kubernetes/). Refer to the documentation of the plugin for more details.

0 comments on commit 20acfa2

Please sign in to comment.