Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/jenkins
Jenkins automation server
https://github.com/jenkinsci/jenkins
cicd continuous-delivery continuous-deployment continuous-integration devops groovy hacktoberfest java jenkins pipelines-as-code
Last synced: 11 days ago
JSON representation
Jenkins automation server
- Host: GitHub
- URL: https://github.com/jenkinsci/jenkins
- Owner: jenkinsci
- License: mit
- Created: 2010-11-22T21:21:23.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T22:29:23.000Z (6 months ago)
- Last Synced: 2024-05-23T01:05:35.489Z (6 months ago)
- Topics: cicd, continuous-delivery, continuous-deployment, continuous-integration, devops, groovy, hacktoberfest, java, jenkins, pipelines-as-code
- Language: Java
- Homepage: https://www.jenkins.io
- Size: 151 MB
- Stars: 22,498
- Watchers: 863
- Forks: 8,549
- Open Issues: 79
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-homelab - Jenkins
- FOSS-for-Dev - Jenkins - open-source continuous integration server (CI / CD)
- awesome-foss-alternatives - Jenkins - Jenkins automation server. [☕️, MIT License]. (Software development / Continuous integration (CircleCI alternatives))
- my-awesome - jenkins - Jenkins Continuous Integration Server (Java)
- awesome-whatthefar - Jenkins
- awesome-starred - jenkins - Jenkins automation server (Java)
- awesome-github-star - jenkins
- jimsghstars - jenkinsci/jenkins - Jenkins automation server (Java)
- awesome-cloud-native - jenkins - Jenkins automation server. (Application Delivery)
- awesome-open-source-systems - Jenkins - Jenkins is a free and open source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery. (Continuous Integration (CI) / Follow me)
- awesome-etl - Jenkins - "the leading open-source automation server. Built with Java, it provides over 1000 plugins to support automating virtually anything, so that humans can actually spend their time doing things machines cannot." (Job Scheduling)
- awesome-ops - jenkinsci/jenkins - 11-22|2024-10-06 | Jenkins 是领先的开源自动化服务器。它使用 Java 构建,提供超过 1800 个插件来支持几乎所有事情的自动化,以便人类可以将时间花在机器无法完成的事情上。 | (CICD)
- StarryDivineSky - jenkinsci/jenkins
README
# About
[![Jenkins Regular Release](https://img.shields.io/endpoint?url=https%3A%2F%2Fwww.jenkins.io%2Fchangelog%2Fbadge.json)](https://www.jenkins.io/changelog)
[![Jenkins LTS Release](https://img.shields.io/endpoint?url=https%3A%2F%2Fwww.jenkins.io%2Fchangelog-stable%2Fbadge.json)](https://www.jenkins.io/changelog-stable)
[![Docker Pulls](https://img.shields.io/docker/pulls/jenkins/jenkins.svg)](https://hub.docker.com/r/jenkins/jenkins/)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3538/badge)](https://bestpractices.coreinfrastructure.org/projects/3538)
[![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green)](https://maven.apache.org/guides/mini/guide-reproducible-builds.html)
[![Gitter](https://img.shields.io/gitter/room/jenkinsci/jenkins)](https://app.gitter.im/#/room/#jenkinsci_jenkins:gitter.im)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
- DeploymentExecute 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:
[![Jenkins Regular Release](https://img.shields.io/endpoint?url=https%3A%2F%2Fwww.jenkins.io%2Fchangelog%2Fbadge.json)](https://www.jenkins.io/changelog)
[![Jenkins LTS Release](https://img.shields.io/endpoint?url=https%3A%2F%2Fwww.jenkins.io%2Fchangelog-stable%2Fbadge.json)](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](LICENSE.txt)**.