Jenkins Set Up in local environment

Jenkins is a self-contained, open-source automation server which can be used to automate all sorts of tasks such as building, testing and deploying software.

Installing Jenkins:

  • download from here
  • open cmd/terminal and execute :

>Java –jar Jenkins.war


  • open browser type http://localhost:8080 to access Jenkins.




Comments