SYSTEM Cited by 1 source
Jenkins¶
Definition¶
Jenkins (jenkins.io) is the
long-running open-source automation server, widely used for
CI/CD pipelines. Configuration lives in Jenkinsfiles
(Groovy-based declarative or scripted pipelines); jobs can be
triggered by SCM webhooks, cron, manual invocation, or
upstream job completion.
Jenkins is an open-source competitor / predecessor to GitHub Actions, CircleCI, GitLab CI, Buildkite, and Bitbucket Pipelines. It remains common at large enterprises with existing on-prem CI investments.
Seen in¶
- sources/2026-04-22-yelp-how-yelp-keeps-server-driven-ui-consistent-across-four-platforms — Yelp runs Jenkins pipelines as the trigger for Konbini's auto-codegen. Verbatim: "Whenever a new commit is pushed to the component_interfaces repository, Jenkins pipelines automatically trigger the code generation process and publish new versions of the libraries."