mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
feat: 应用商店升级到 v2 版本 (#91)
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
<a href="https://jenkins.io">
|
||||
<picture>
|
||||
<source width="400" media="(prefers-color-scheme: dark)" srcset="https://www.jenkins.io/images/jenkins-logo-title-dark.svg">
|
||||
<img width="400" src="https://www.jenkins.io/images/jenkins-logo-title.svg">
|
||||
</picture>
|
||||
</a>
|
||||
|
||||
# About
|
||||
|
||||
[](https://www.jenkins.io/changelog)
|
||||
[](https://www.jenkins.io/changelog-stable)
|
||||
[](https://hub.docker.com/r/jenkins/jenkins/)
|
||||
[](https://bestpractices.coreinfrastructure.org/projects/3538)
|
||||
|
||||
In a nutshell, Jenkins is the leading open-source automation server.
|
||||
Built with Java, it provides over 1,800 [plugins](https://plugins.jenkins.io/) 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](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.
|
||||
|
||||
Latest releases:
|
||||
[](https://www.jenkins.io/changelog)
|
||||
[](https://www.jenkins.io/changelog-stable)
|
||||
|
||||
# Source
|
||||
|
||||
Our latest and greatest source of Jenkins can be found on [GitHub](https://github.com/jenkinsci/jenkins). Fork us!
|
||||
|
||||
# Contributing to Jenkins
|
||||
|
||||
Follow the [contributing guidelines](CONTRIBUTING.md) if you want to propose a change in the Jenkins core.
|
||||
For more information about participating in the community and contributing to the Jenkins project,
|
||||
see [this page](https://www.jenkins.io/participate/).
|
||||
|
||||
Documentation for Jenkins core maintainers is in the [maintainers guidelines](docs/MAINTAINERS.adoc).
|
||||
|
||||
# News and Website
|
||||
|
||||
All information about Jenkins can be found on our [website](https://www.jenkins.io/).
|
||||
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.
|
||||
|
||||
# License
|
||||
|
||||
Jenkins is **licensed** under the **[MIT License](https://github.com/jenkinsci/jenkins/blob/master/LICENSE.txt)**.
|
||||
Reference in New Issue
Block a user