DEV Community

Cover image for Jenkins Basic
Suresh Ayyanna
Suresh Ayyanna

Posted on

2 2 1 1 1

Jenkins Basic

Jenkins is a powerful application that allows continuous integration and continuous delivery of project activities.

  • It is a free source that can handle any kind of build or continuous integration. You can integrate Jenkins with other tools.

Download Jenkins
Jenkins official link : https://www.jenkins.io/download/
If you click the given link, you can get the home page of the Jenkins official website as shown below. Download war file as highlighted below

Jenkins website

Starting Jenkins
Open the command prompt. From the command prompt, browse to the directory where the jenkins.war file is present.
Run the following command

D:\>Java –jar Jenkins.war
Enter fullscreen mode Exit fullscreen mode

After the command is run, various tasks will run automatically.

Once the processing is complete without major errors, the following line will come in the output of the command prompt.

INFO: Jenkins is fully up and running
Enter fullscreen mode Exit fullscreen mode

Accessing Jenkins

Once Jenkins is up and running, one can access Jenkins from the link − http://localhost:8080

This link will bring up the Jenkins dashboard.

Jenkins webpage

Image description
Checkout next Blog for Advanced Jenkins with more info..!
Have a Nice day..... :)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay