Posts
Showing posts with the label Build Tools
Jenkins Set Up in local environment
- Get link
- X
- Other Apps
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.