
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 …
Jenkins
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.
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 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 …
Jenkins Handbook
Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software
Tutorials overview - Jenkins
The following tutorials show how to use Jenkins to cover the basics of CI/CD concepts based on specific technology stacks.
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 …
Getting started with the Guided Tour - Jenkins
This guided tour introduces you to the basics of using Jenkins and its main feature, Jenkins Pipeline. This tour uses the "standalone" Jenkins distribution, which runs locally on your own …
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.
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 …