Go to file
github-actions[bot] 08f0a74771
chore: update Jenkins lts version to 2.528.1 (#1137)
Co-authored-by: brokenpip3 <40476330+brokenpip3@users.noreply.github.com>
2025-10-26 21:57:13 +01:00
.devcontainer update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02:00
.github feat: automatic update of jenkins lts version and base plugins (#1134) 2025-10-05 18:36:57 +02:00
api/v1alpha2 Add option to skip install of plugins (#1065) 2025-04-21 11:38:28 +02:00
assets Combine dark and regular logo in README.md (#915) 2023-10-15 16:31:07 +02:00
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.528.1 (#1137) 2025-10-26 21:57:13 +01:00
cicd
cmd update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02:00
config Add option to skip install of plugins (#1065) 2025-04-21 11:38:28 +02:00
deploy Auto-updated Kubernetes Manifests (#1112) 2025-04-21 11:45:35 +02:00
hack
internal update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02:00
nix chore: bump jenkins and golang.org/x/crypto (#1104) 2025-04-06 10:12:51 +02:00
pkg chore: update Jenkins lts version to 2.528.1 (#1137) 2025-10-26 21:57:13 +01:00
test chore: update Jenkins lts version to 2.528.1 (#1137) 2025-10-26 21:57:13 +01:00
version
website docs: remove duplicated 'image' key (#1133) 2025-10-05 19:03:01 +02:00
.dockerignore
.envrc chore: update jenkins and plugins to latest lts, update gh actions, add flake, remove minikube and use kind (#974) 2024-02-24 17:08:10 +01:00
.gitignore feat(test): better bats tests, install from latest tag and then update from master (#986) 2024-03-15 20:57:30 +01:00
.golangci.yml update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02: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 chore: plugins and lts version october update (#1070) 2024-10-21 00:00:49 +02:00
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 feat: automatic update of jenkins lts version and base plugins (#1134) 2025-10-05 18:36:57 +02:00
PROJECT update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02:00
README.md Combine dark and regular logo in README.md (#915) 2023-10-15 16:31:07 +02:00
ROADMAP.md
SUPPORT.md
VERSION.txt update to go 1.22 and operator-sdk 1.35 (#1094) 2025-03-30 16:37:15 +02:00
checkmake.ini
config.base.env chore: update Jenkins lts version to 2.528.1 (#1137) 2025-10-26 21:57:13 +01:00
config.docker-desktop.env
config.kind.env chore: update jenkins and plugins to latest lts, update gh actions, add flake, remove minikube and use kind (#974) 2024-02-24 17:08:10 +01:00
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 chore: pin github actions, update and freeze pre-commit hooks, update nix flake (#1097) 2025-03-30 18:11:32 +02:00
gen-crd-api-config.json
go.mod chore: bump jenkins and golang.org/x/crypto (#1104) 2025-04-06 10:12:51 +02:00
go.sum chore: bump jenkins and golang.org/x/crypto (#1104) 2025-04-06 10:12:51 +02: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.