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

F
Freddie Vargus 已提交
3
# About
4 5 6 7 8

[![Weekly Release](https://img.shields.io/badge/dynamic/json.svg?url=https://updates.jenkins.io/update-center.actual.json&label=Weekly%20Release&query=$.core.version&color=green)](https://jenkins.io/changelog/)
[![LTS Release](https://img.shields.io/badge/dynamic/json.svg?url=https://updates.jenkins.io/stable/update-center.actual.json&label=LTS%20Release&query=$.core.version&color=orange)](https://jenkins.io/changelog-stable/)
[![Docker Pulls](https://img.shields.io/docker/pulls/jenkins/jenkins.svg)](https://hub.docker.com/r/jenkins/jenkins/)

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

13 14 15 16 17 18 19 20 21 22 23
# 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.

F
Freddie Vargus 已提交
24 25
# Downloads
Non-source downloads such as WAR files and several Linux packages can be found on our [Mirrors].
R
René Moser 已提交
26

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

30
# Contributing to Jenkins
O
Oleg Nenashev 已提交
31
Follow the [contributing guidelines](CONTRIBUTING.md) if you want to propose a change in the Jenkins core.
32

F
Freddie Vargus 已提交
33
# News and Website
34
All information about Jenkins can be found on our [website]. Follow us on Twitter [@jenkinsci].
F
Freddie Vargus 已提交
35 36

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

R
René Moser 已提交
39

40
[ButlerImage]: https://jenkins.io/sites/default/files/jenkins_logo.png
41
[MIT License]: https://github.com/jenkinsci/jenkins/blob/master/LICENSE.txt
R
René Moser 已提交
42 43
[Mirrors]: http://mirrors.jenkins-ci.org
[GitHub]: https://github.com/jenkinsci/jenkins
R
ReadmeCritic 已提交
44
[website]: https://jenkins.io/
45
[@jenkinsci]: https://twitter.com/jenkinsci