Jenkins

Jenkins

Open source CI/CD automation server

The most widely adopted CI/CD platform, enabling teams to build, test, and deploy software through highly customizable, plugin-extensible pipelines defined as code.

Moment Integration

Moment Template Coming Soon.

Home Page

https://www.jenkins.io/

Key Features

  1. Pipeline as Code via declarative or scripted Jenkinsfile (Groovy-based)
  2. 1,800+ plugins for integrations with virtually any tool or platform
  3. Controller-agent architecture with horizontal scaling and heterogeneous agent pools
  4. Kubernetes-native deployment with ephemeral pod agents and autoscaling
  5. Parallel job execution across Linux, Windows, and macOS agents
  6. Built-in credentials and secrets management
  7. Jenkins Configuration as Code (JCasC) for GitOps-style config management
  8. SCM integrations (Git, GitHub, GitLab, Bitbucket, SVN)
  9. Extensible shared libraries for reusable pipeline logic
  10. Web UI, CLI, and REST API access

Background

  1. Originally created by Kohsuke Kawaguchi at Sun Microsystems in 2004 (as Hudson); forked as Jenkins in 2011.
  2. Governed by the Jenkins open-source community under the Continuous Delivery Foundation (CDF).
  3. ~40% market share in enterprise CI/CD as of 2025; 300K+ active installations worldwide.
  4. 60% of new Jenkins deployments in 2026 run on Kubernetes with dynamic agent provisioning.
  5. Free and open source (MIT license); commercial support available through CloudBees.


Preview