jenkinsci/jenkins
原文摘要
Jenkins automation server Table of Contents About What to Use Jenkins for and When to Use It Downloads Getting Started (Development) Source Contributing to Jenkins News and Website Governance Adopters License About In a nutshell, Jenkins is the leading open-source automation server. Built with Java, it provides over 2,000 plugins to support automating virtually anything, so that humans can spend their time doing things machines cannot. What to Use Jenkins for and When to Use It Use Jenkins to automate your development workflow, so you can focus on work that matters most. Jenkins is commonly used for: Building projects Running tests to detect bugs and other issues as soon as they are introduced Static code analysis Deployment Execute repetitive tasks, save time, and optimize your development process with Jenkins. Downloads The Jenkins project provides official distributions as WAR files, Docker images, native packages and installers for platforms including several Linux distributions and Windows. See the Downloads page for references. For all distributions Jenkins offers two release lines: Weekly - Frequent releases which include all new features, improvements, and bug fixes. Long-T…