LightBlog
Showing posts with label Jenkins. Show all posts
Showing posts with label Jenkins. Show all posts

Jenkins – Jenkins and SonarQube Integration

SonarQube is an open source tool to manage code quality of an application. It manages seven axes of code quality such as Architecture ...
Read More

Jenkins – Setup Email notifications using Gmail

1.Go to https://myaccount.google.com/u/1/lesssecureapps?pli=1 , Allow less secure apps: ON 2.Go to Manage Jenkins > Configure Sys...
Read More

Jenkins - Master and Slave Architecture

Master: ·          Schedule build jobs. ·          Dispatch builds to the slaves for the actual job execution. ·          Mon...
Read More

Jenkins - Configuring Build job for Java Application with Maven

1.Go to Jenkins Dashboard and click on New Item . ·          Enter an item name such as PetClinic. ·          Select Freestyle projec...
Read More

Jenkins Configuration - Java, Maven

Change Jenkins PORT number Some times 8080 is busy with some other services. In that case we can change port to some other number b...
Read More

Jenkins - What is Jenkins & How to Install Jenkins

What is Continuous Integration? ·          Developers commit code to a shared repository on a regular basis ·          Version cont...
Read More