Skip to content

method-inc/jenkins-k8s

Repository files navigation

jenkins-k8s

This repository contains a helm chart to deploy a Jenkins master and autoscaling build agents customized for Skookum.

Requirements

  1. Helm client
  2. Kubernetes cluster with tiller installed

Installation

kubectl create clusterrolebinding add-on-cluster-admin --clusterrole=cluster-admin --serviceaccount=kube-system:default
helm init
helm dependency build skookum-jenkins
helm install skookum-jenkins

You may also pass your own yaml file containing overrides of skookum-jenkins/values.yaml:

helm install skookum-jenkins -f overrides-example.yaml