Jenkins Tutorial
Jenkins Useful Resources
Selected Reading
- Jenkins - Remote Testing
- Jenkins - Backup Plugin
- Jenkins - Security
- Jenkins - Managing Plugins
- Jenkins - Continuous Deployment
- Jenkins - Server Maintenance
- Jenkins - Metrics and Trends
- Jenkins - Automated Deployment
- Jenkins - Distributed Builds
- Jenkins - Code Analysis
- Jenkins - Reporting
- Jenkins - Notification
- Jenkins - Automated Testing
- Jenkins - Unit Testing
- Jenkins - Setup Build Jobs
- Jenkins - Management
- Jenkins - Configuration
- Jenkins - Maven Setup
- Jenkins - Git Setup
- Jenkins - Tomcat Setup
- Jenkins - Installation
- Jenkins - Overview
- Jenkins - Home
Jenkins Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Jenkins - Overview
Jenkins - Overview
Why Jenkins?
Jenkins是允许连续集成的软件。 将在中央大楼的服务器上安装Jenkins。 以下流程图显示,Jenkins是如何工作的非常简单的工作流程。
与Jenkins一起,有时还可能看到Hudson。 赫德森是Sun Microsystems开发的一个非常受欢迎的开放源 Java连续一体化工具,后来由Oracle获得。 在以Oracle获得Sun之后,根据《Hudson源法》创建了一个叉,从而引进了Jenkins。
What is Continuous Integration?
持续一体化是一种发展做法,要求开发商定期将守则纳入共享存放处。 这一概念旨在解决在建筑生命周期中发现问题后出现的问题。 不断融合要求开发商经常建造。 通常的做法是,只要有一部法典,就应当启动一个建筑。
System Requirements
JDK | JDK 1.5 or above |
Memory | 2 GB RAM (recommended) |
Disk Space | No minimum requirement. Note that since all builds will be stored on the Jenkins machines, it has to be ensured that sufficient disk space is available for build storage. |
Operating System Version | Jenkins can be installed on Windows, Ubuntu/Debian, Red Hat/Fedora/CentOS, Mac OS X, openSUSE, FReeBSD, OpenBSD, Gentoo. |
Java Container | The WAR file can be run in any container that supports Servlet 2.4/JSP 2.0 or later.(An example is Tomcat 5). |