๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

DevOps Intermediate

What is Jenkins?

An open-source automation server for building, testing, and deploying software through configurable CI/CD pipelines.

Jenkins is the most widely used CI/CD server. Pipelines are defined in Jenkinsfiles (Groovy-based DSL) with stages like Build, Test, and Deploy. Jenkins supports thousands of plugins for integration with virtually any tool.

Features include distributed builds (master/agent architecture), pipeline-as-code, Blue Ocean UI, shared libraries, and extensive plugin ecosystem. While newer tools (GitHub Actions, GitLab CI) offer simpler setup, Jenkins remains dominant in enterprise environments.

Related Terms

Message Queue
A communication mechanism that enables asynchronous message passing between services, decoupling producers from consumers.
Container Orchestration
The automated management of containerized applications including deployment, scaling, networking, and health monitoring across clusters.
Makefile
A file containing build rules and commands that automates compilation and common project tasks using the make utility.
Prometheus
An open-source monitoring and alerting toolkit that collects time-series metrics using a pull-based model.
Observability
The ability to understand a system's internal state from its external outputs through metrics, logs, and traces.
Docker
A platform for building, shipping, and running applications in lightweight, isolated containers.
View All DevOps Terms โ†’