Go to file
Tomasz Sęk 96522e3760
Merge pull request #435 from smolin/patch-1
add labels and annotations to example of ssh private key configuration
2020-07-13 16:39:24 +02:00
.github Update Supporting Docs 2020-04-14 16:59:23 +05:30
assets Add Jenkins Online Meetup - Jenkins Kubernetes Operator presentation 2020-05-11 21:10:12 +02:00
backup/pvc Bump backup PVC version to v0.1.0 2020-06-07 17:09:01 +02:00
build Move to golang 1.14 2020-05-14 06:14:45 +02:00
chart Add support in helm chart for Jenkins pod volume mounts 2020-06-18 11:49:38 +02:00
cicd Move to golang 1.14 2020-05-14 06:14:45 +02:00
cmd/manager Revert "Remove unwanted schemes" 2020-06-26 08:25:17 +05:30
deploy fix route name 2020-07-10 10:02:29 +02:00
docs Remove configuration-as-code-support plugin from website 2020-05-13 09:36:24 +02:00
internal lint with golangci-lint 2020-05-06 16:22:52 +02:00
pkg fix route name 2020-07-10 10:02:29 +02:00
test/e2e #349 Fix Helm upgrade issue with PVC 2020-06-07 14:56:22 +02:00
version lint with golangci-lint 2020-05-06 16:22:52 +02:00
website add labels and annotations 2020-07-08 08:08:12 -07:00
.gitignore Move to operator-sdk v.0.17.0 2020-05-04 18:57:14 +02:00
.golangci.yml lint with golangci-lint 2020-05-06 16:22:52 +02:00
.travis.yml Move to golang 1.14 2020-05-14 06:14:45 +02:00
CODE_OF_CONDUCT.md Update Supporting Docs 2020-04-14 16:59:23 +05:30
CONTRIBUTING.md Update Supporting Docs 2020-04-14 16:59:23 +05:30
LICENSE Initial commit 2018-10-19 16:20:19 +02:00
Makefile JenkinsImage controller based on kaniko (#394) 2020-05-29 15:00:36 +02:00
README.md Typo in README for Google Meet 2020-05-13 12:59:36 +05:30
SECURITY.md Update Supporting Docs 2020-04-14 16:59:23 +05:30
SUPPORT.md Update Supporting Docs 2020-04-14 16:59:23 +05:30
VERSION.txt Bump version to v0.4.0 2020-04-13 19:11:53 +02:00
checkmake.ini Add checkmake config 2018-10-26 18:17:26 +02:00
config.base.env JenkinsImage controller based on kaniko (#394) 2020-05-29 15:00:36 +02:00
config.crc.env Fix minikube-run and crc-run makefile goals 2020-01-28 10:11:01 +01:00
config.minikube.env Bump kubernetes version 2020-04-11 13:38:25 +03:00
config.openshift.env Adding OpenShift doc 2020-04-29 14:47:28 +02:00
gen-crd-api-config.json Add Jenkins scheme doc 2019-06-19 18:00:30 +02:00
go.mod reorganise directories for better readbility 2020-05-19 10:26:18 +02:00
go.sum lint with golangci-lint 2020-05-06 16:22:52 +02:00
tools.go Bump operator-sdk to v0.8.1 2019-06-07 17:36:56 +02:00

README.md

Jenkins Operator

Version Build Status Go Report Card Docker Pulls

logo

What's the Jenkins Operator?

The Jenkins Operator is a Kubernetes Native Operator which manages operations for Jenkins on Kubernetes. It has been built with Immutability and declarative Configuration as Code in mind.

Preliminaries

Considering that this Operator is created for managing instances for Jenkins, it is important to understand what

Jenkins Pipelines use Scripts written in Groovy which aid in the CasC aspect of Jenkins.

Jenkins uses plugins like CasC to extend it's solution space by carrying out Jobs of different kinds and providing a composable infrastructure for your CI/CD.

Out of the box it provides:

Problem statement and goals

The main reason why we decided to implement the Jenkins Operator is the fact that we faced a lot of problems with standard Jenkins deployment. We want to make Jenkins more robust, suitable for dynamic and multi-tenant environments.

Some of the problems we want to solve:

Documentation

Go to our documentation website for more information.

Selected content:

  1. Installation
  2. Getting Started
  3. How it works
  4. Security
  5. Developer Guide
  6. Jenkins Custom Resource Definition scheme

Common Issues and Workarounds

Community

We have a dedicated channel called #jenkins-operator on virtuslab-oss.slack.com Fill out (Invite form) and come say hi !

Every Thursday we have a community call at 16:30 CET on Google Meet. Feel free to join, ask questions and have fun :)

Contribution

Feel free to file issues or pull requests.

Before any big pull request please consult the maintainers to ensure a common direction.

Presentations

About the authors

This project was originally developed by VirtusLab and the following CONTRIBUTORS.