Jenkins- Prerequisite and steps for Jenkins

Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software.
Jenkins can be installed through native system packages, Docker, or even run standalone by any machine with a Java Runtime Environment (JRE) installed.

Getting Started with the Guided Tour.
 Prerequisites:

Download and run Jenkins

  • A machine with:
    • 256 MB of RAM, although more than 512MB is recommended
    • 10 GB of drive space (for Jenkins and your Docker image)

  • The following software installed:
    • Java 8 (either a JRE or Java Development Kit (JDK) is fine)
    • Docker (navigate to Get Docker at the top of the website to access the Docker download that’s suitable for your platform)

STEPS FOR INSTALLATION:

Download Jenkins.

Open up a terminal in the download directory

Run java -jar jenkins.war --httpPort=8080.

Browse to http://localhost:8080.

Follow the instructions to complete the installation.
When the installation is complete, you can start putting Jenkins to work!

Comments

Popular posts from this blog

Interview question for File and FTP Adapter

What is boot.properties file and how to create

SSL Exceptions in Admin Server and Node Manager.