Development Tools
Jenkins is a long-established, self-hosted, open-source automation server for building CI/CD pipelines, distinguished from newer cloud-native tools by its enormous plugin ecosystem (1,800+ plugins) covering virtually every build tool, source control system, cloud provider, and notification channel in existence. Pipelines are defined either through the classic freestyle job UI or, more commonly today, as code via a `Jenkinsfile` written in Groovy-based declarative or scripted pipeline syntax, checked into the repository alongside the application code.
Teams with existing infrastructure wanting unlimited, self-hosted CI
Free and open-source; cost is entirely infrastructure + maintenance engineering time
Connect with other developers using this API
Join the community to leave reviews and ask questions.