Jenkins K8s
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 127 | 07 Nov 2024 | |
latest/edge | 128 | 19 Nov 2024 |
juju deploy jenkins-k8s
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
How to configure installable plugins
Configure plugins
Use the plugins
configuration to allow plugins to be installed on Jenkins.
The configuration is a comma-separated list of allowed plugin short names. If empty, any plugin can be installed.
Plugins installed by the user and the plugins’ dependencies will be removed automatically if they are not on
the list. Included plugins are not automatically installed.
juju config jenkins-k8s plugins=<allowed-plugins-csv>
# plugins example: `git, azure-cli, aws-credentials` will allow git, azure and aws-credentials
plugins to be installed.
The plugins are cleaned up at update-status
hook trigger. If the restart-time-range
configuration option is provided, the plugins are cleaned up during the defined time range.
On trigger it will:
- Delete any installed plugins not defined on the list and their dependencies.
- Set a system message on Jenkins indicating which user installed plugins have been deleted.