An open API service indexing awesome lists of open source software.

https://github.com/mcaimi/jenkins-helm

Helm Chart for Jenkins with Config-as-Code backend
https://github.com/mcaimi/jenkins-helm

helm-chart jenkins kubernetes openshift

Last synced: 3 months ago
JSON representation

Helm Chart for Jenkins with Config-as-Code backend

Awesome Lists containing this project

README

          

# Jenkins Helm Chart

Automated Jenkins deployment that uses Configuration-as-Code plugin to manage jenkins settings.
The referenced compatible container image is maintained [here](https://github.com/mcaimi/jenkins)

## Installation

Just run helm on either Openshift/Kubernetes:

```
$ oc new-app jenkins-helm
$ helm install -f -n jenkins-helm jenkins-helm jenkins/
```