README.md 3.6 KB
Newer Older
R
René Moser 已提交
1 2
[![][ButlerImage]][website] 

F
Freddie Vargus 已提交
3
# About
4

5 6
[![Jenkins Regular Release](https://img.shields.io/endpoint?url=https%3A%2F%2Fwww.jenkins.io%2Fchangelog%2Fbadge.json)](https://jenkins.io/changelog)
[![Jenkins LTS Release](https://img.shields.io/endpoint?url=https%3A%2F%2Fwww.jenkins.io%2Fchangelog-stable%2Fbadge.json)](https://jenkins.io/changelog-stable)
7
[![Docker Pulls](https://img.shields.io/docker/pulls/jenkins/jenkins.svg)](https://hub.docker.com/r/jenkins/jenkins/)
8
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3538/badge)](https://bestpractices.coreinfrastructure.org/projects/3538)
9

10
In a nutshell, Jenkins is the leading open-source automation server. 
11 12
Built with Java, it provides over 1,700 [plugins](https://plugins.jenkins.io/) to support automating virtually anything, 
so that humans can spend their time doing things machines cannot.
R
René Moser 已提交
13

14 15
# What to Use Jenkins for and When to Use It

16
Use Jenkins to automate your development workflow, so you can focus on work that matters most. Jenkins is commonly used for:
17 18 19 20 21 22 23 24

- 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.

F
Freddie Vargus 已提交
25
# Downloads
26 27 28 29 30 31 32 33 34 35

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](https://www.jenkins.io/download) page for references.

For all distributions Jenkins offers two release lines:

* [Weekly](https://www.jenkins.io/download/weekly/) -
  Frequent releases which include all new features, improvements, and bug fixes.
* [Long-Term Support (LTS)](https://www.jenkins.io/download/lts/) -
  Older release line which gets periodically updated via bug fix backports.
R
René Moser 已提交
36

37 38 39 40 41
Latest releases:
[![Jenkins Regular Release](https://img.shields.io/endpoint?url=https%3A%2F%2Fwww.jenkins.io%2Fchangelog%2Fbadge.json)](https://jenkins.io/changelog)
[![Jenkins LTS Release](https://img.shields.io/endpoint?url=https%3A%2F%2Fwww.jenkins.io%2Fchangelog-stable%2Fbadge.json)](https://jenkins.io/changelog-stable)


F
Freddie Vargus 已提交
42
# Source
43
Our latest and greatest source of Jenkins can be found on [GitHub]. Fork us!
R
René Moser 已提交
44

45
# Contributing to Jenkins
46

O
Oleg Nenashev 已提交
47
Follow the [contributing guidelines](CONTRIBUTING.md) if you want to propose a change in the Jenkins core.
48 49
For more information about participating in the community and contributing to the Jenkins project,
see [this page](https://www.jenkins.io/participate/).
50

51 52
Documentation for Jenkins core maintainers is in the [maintainers guidelines](docs/MAINTAINERS.adoc).

F
Freddie Vargus 已提交
53
# News and Website
54 55 56 57 58 59 60 61 62 63 64 65 66

All information about Jenkins can be found on our [website].
Follow us on [Twitter](https://twitter.com/jenkinsci) or [LinkedIn](https://www.linkedin.com/company/jenkins-project/).

# Governance

See the [Jenkins Governance Document](https://www.jenkins.io/project/governance/) for information about the project's open governance, our philosophy and values, and development practices.
Jenkins Code of Conduct can be found [here](https://www.jenkins.io/project/conduct/).

# Adopters

Jenkins is used by millions of users and thousands of companies.
See [adopters](https://www.jenkins.io/project/adopters/) for the list of Jenkins adopters and their success stories.
F
Freddie Vargus 已提交
67 68

# License
69
Jenkins is **licensed** under the **[MIT License]**.
F
Freddie Vargus 已提交
70

R
René Moser 已提交
71

72
[ButlerImage]: https://jenkins.io/sites/default/files/jenkins_logo.png
73
[MIT License]: https://github.com/jenkinsci/jenkins/blob/master/LICENSE.txt
R
René Moser 已提交
74 75
[Mirrors]: http://mirrors.jenkins-ci.org
[GitHub]: https://github.com/jenkinsci/jenkins
R
ReadmeCritic 已提交
76
[website]: https://jenkins.io/