Introduction of Jenkins and Steps to Install Jenkins
The procedures on this page are for new installations of Jenkins on a single/local machine. Jenkins is typically run as a standalone application in its own process with the built-in Java servlet container/application server ( Jetty ). Jenkins can also be run as a servlet in different Java servlet containers such as Apache Tomcat or GlassFish . However, instructions for setting up these types of installations are beyond the scope of this page. Note: Although this page focusses on local installations of Jenkins, this content can also be used to help set up Jenkins in production environments. Prerequisites Minimum hardware requirements 256 MB of RAM 1 GB of drive space (although 10 GB is a recommended minimum if running Jenkins as a Docker container) Recommended hardware configuration for a small team 1 GB+ of RAM 50 GB+ of drive space Sofware requirements: Java 8 - either a Java Runtime Environment (JRE) or a ...