1
0
Fork 0
1Panel-Appstore/jenkins
zhengkunwang223 749d4d06ed feat: add memoryRequired for apps 2025-05-14 14:21:38 +08:00
..
2.504.1-lts chore(deps): update jenkins/jenkins docker tag to v2.504.1 (#3827) 2025-05-05 21:59:55 +08:00
README.md feat: 修改应用 README 2023-09-21 16:22:29 +08:00
README_en.md docs: Add English README (#2662) 2024-12-03 21:59:18 +08:00
data.yml feat: add memoryRequired for apps 2025-05-14 14:21:38 +08:00
logo.png feat: 优化部分应用 Logo 2024-03-24 14:18:18 +08:00

README_en.md

Jenkins

Jenkins is an open-source automation server designed for implementing continuous integration and continuous delivery (CI/CD) workflows. It offers powerful tools and plugins to help development teams automate building, testing, and deploying software.

Main Features:

  • Continuous Integration: Automates building and integrating code changes, ensuring timely merging and testing of changes from team members, reducing code conflicts and integration issues.
  • Automated Testing: Supports a wide range of testing tools and plugins to run unit tests, integration tests, and end-to-end tests, ensuring software quality and stability.
  • Automated Deployment: Integrates with various deployment tools and platforms to automate software deployment and release processes, enabling fast and reliable delivery.
  • Extensibility: Offers a rich ecosystem of plugins to extend and customize functionalities based on project and team requirements.
  • Configuration and Management: Features a user-friendly interface and scriptable configuration options, allowing administrators to configure and manage Jenkins instances effortlessly.