Jenkins Installation

< Back Download jenkins war file under LTS Release from here To start jenkins,  open command prompt goto the directory where you have downloaded the jenkins.war file. Run   Java -jar jenkins.war and you will see the below screen Open your web browser and goto localhost:8080 You...

< Back GETTING STARTED Jenkins is one of the most popular systems currently in use. So, what Jenkins all about? Jenkins is a Continuous Integration server. Continuous Integration helps to run tests on a non-developer machine automatically whenever there is a change in code inside the repository. So, quickly based on automatic testing, we can tell whether the build broke or passed. Due...

Jenkins

TABLE OF CONTENTS 1. Getting Started 2. Download and Install Jenkins More Coming Up... 3. Setting up Tomcat & Git 4. Jenkins Management 5. Lets Begin Testing ...