
Jenkins
Jenkins is the most used CI/CD platform in the world. It’s one of the oldest, most mature systems in continuous integration and delivery, and it powers software pipelines across critical industries like finance, healthcare, and government.
Jenkins
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.
Jenkins User Documentation
Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software. Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with a Java Runtime Environment (JRE) installed.
Download and deploy - Jenkins
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
Jenkins Handbook
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
Jenkins 2 Overview
Jenkins is an open source automation server with an unparalleled plugin ecosystem to support practically every tool as part of your delivery pipelines. Whether your goal is continuous integration, continuous delivery or something else entirely, Jenkins can help automate it.
Using Jenkins
This chapter contains topics for typical Jenkins users (of all skill levels) about Jenkins usage which is outside the scope of the core Jenkins features: Pipeline and Blue Ocean.
Installing Jenkins
Jenkins is typically run as a standalone application in its own process. The Jenkins WAR file bundles Winstone, a Jetty servlet container wrapper, and can be started on any operating system or platform with a version of Java supported by Jenkins.
Tutorials overview - Jenkins
The following tutorials show how to use Jenkins to cover the basics of CI/CD concepts based on specific technology stacks.
Building a software project - Jenkins
2017年11月10日 · Jenkins can be used to perform the typical build server work, such as doing continuous/official/nightly builds, run tests, or perform some repetitive batch tasks. This is called "free-style software project" in Jenkins.