Go to file
Luigi Operoso c724a362d8
Merge 7d67426d6a into 43b00354ea
2026-05-22 20:59:08 +02:00
.devcontainer update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02:00
.github build(deps): bump the actions group across 1 directory with 9 updates (#1144) 2025-12-21 12:00:06 +01:00
api/v1alpha2 Merge branch 'master' into update-go-1-24 2026-02-22 11:54:10 +01:00
assets
backup/pvc fix(backup): Add error handling and logging backup and restore scripts (#1120) 2025-07-16 23:43:08 +02:00
chart chore: update Jenkins lts version to 2.541.2 (#1166) 2026-03-07 15:54:48 +01:00
cicd
cmd update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02:00
config update to go1.24 2025-12-21 14:38:22 +01:00
deploy Auto-updated Kubernetes Manifests (#1150) 2025-12-21 14:42:38 +01:00
hack
internal update to go1.24 2025-12-21 14:38:22 +01:00
nix prepare release v0.9.0 beta2 (#1149) 2025-12-21 12:43:03 +01:00
pkg Merge branch 'master' into update-go-1-24 2026-03-07 16:20:21 +01:00
test Merge branch 'master' into update-go-1-24 2026-03-07 16:20:21 +01:00
version
website prepare release v0.9.0 beta2 (#1149) 2025-12-21 12:43:03 +01:00
.dockerignore
.envrc
.gitignore
.golangci.yml update to go1.24 2025-12-21 14:38:22 +01:00
.pre-commit-config.yaml chore: pin github actions, update and freeze pre-commit hooks, update nix flake (#1097) 2025-03-30 18:11:32 +02:00
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02:00
LICENSE.md
Makefile update to go1.24 2025-12-21 14:38:22 +01:00
PROJECT update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02:00
README.md
ROADMAP.md
SUPPORT.md
VERSION.txt Auto-updated Kubernetes Manifests (#1150) 2025-12-21 14:42:38 +01:00
checkmake.ini
config.base.env Merge branch 'master' into update-go-1-24 2026-03-07 16:20:21 +01:00
config.docker-desktop.env
config.kind.env
config.openshift.env
flake.lock chore: pin github actions, update and freeze pre-commit hooks, update nix flake (#1097) 2025-03-30 18:11:32 +02:00
flake.nix update to go1.24 2025-12-21 14:38:22 +01:00
gen-crd-api-config.json
go.mod update to go1.24 2025-12-21 14:38:22 +01:00
go.sum update to go1.24 2025-12-21 14:38:22 +01:00
kind-cluster.yaml feat: add matrix tests for bats and replace the old devoptics plugin in tests (#1102) 2025-04-05 18:27:17 +02:00
variables.mk update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02:00

README.md

Jenkins Operator

Version Build status Go Report Card Gitter chat

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. How it works
  2. Getting Started
  3. Security
  4. Troubleshooting
  5. Developer Guide
  6. FAQ
  7. Jenkins Custom Resource Definition Schema

Common Issues and Workarounds

Community

Main channel of communication on topics related to Jenkins Operator is Jenkins Operator Category on Jenkins Community Discourse.

Here you can ask questions about the project, discuss best practices on using it, and talk to other users of the Operator, contributors and project's maintainers.

We also have a gitter/matrix channel, come to say hi!

Snapshots between releases

We are trying our best to resolve issues quickly, but they have to wait to be released. If you can't wait for an official docker image release and acknowledge the risk, you can use our unofficial images, which are built nightly.

You can find the project's Quay.io repository here.

Look for the images with tag "{git-hash}", where {git-hash} is the hash of the master commit that interests you.

Contribution

Feel free to file issues or pull requests, but please consult CONTRIBUTING document beforehand.

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.