<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pro-Tek Blog &#187; SONARQUBE WITH JENKINS</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/tag/sonarqube-with-jenkins/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>HOW TO USE SONARQUBE WITH JENKINS</title>
		<link>http://www.pro-tekconsulting.com/blog/how-to-use-sonarqube-with-jenkins/</link>
		<comments>http://www.pro-tekconsulting.com/blog/how-to-use-sonarqube-with-jenkins/#comments</comments>
		<pubDate>Sat, 16 Jun 2018 02:39:48 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[JENKINS]]></category>
		<category><![CDATA[SONARQUBE WITH JENKINS]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2546</guid>
		<description><![CDATA[<p>How to Use SonarQube with Jenkins SonarQube is an open source static code analysis tool that is gaining great popularity among software developers. It allows software developers to measure code quality and fix code quality issues. The SonarQube community is active and provides continuous upgrade, plug-ins, and customization information on regular intervals. Further, it is [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/how-to-use-sonarqube-with-jenkins/">HOW TO USE SONARQUBE WITH JENKINS</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>How to Use SonarQube with Jenkins</h4>
<p>SonarQube is an open source static code analysis tool that is gaining great popularity among software developers. It allows software developers to measure code quality and fix code quality issues. The SonarQube community is active and provides continuous upgrade, plug-ins, and customization information on regular intervals. Further, it is a healthy practice to intermittently run SonarQube on the source code to fix code quality violations and reduce the technical obligation.</p>
<p>SonarQube allows the developers to track code quality which helps the developers to determine if a project is ready to be deployed in production. It also allows the developers to continuously review and perform automatic reviews and run analysis to find code quality issues. SonarQube provides a lot of other features, including the ability to record metrics, progress graphs and much more. It has inherent options to perform automated analysis and continuous integration utilizing tools such as Jenkins, Hudson, etc.</p>
<p><img class="aligncenter size-medium wp-image-2557" src="http://www.pro-tekconsulting.com/blog/wp-content/uploads/2018/06/55-300x235.jpg" alt="55" width="300" height="235" /></p>
<p><strong>STEP BY STEP INSTALLATION OF SONARQUBE ON UBUNTU 16.04</strong></p>
<p>Step1 : System update<br />
Step2 : Install jdk<br />
Step3 : Install postgresql<br />
Step 4 : Download and configure SonarQube<br />
Step 5 : Configure Systemd service</p>
<p><strong>TO INTEGRATE JENKINS WITH SONARQUBE</strong></p>
<p>Firstly, in the Jenkins server install the SonarQube plugins on Jenkins.</p>
<p>1. Go to manage plugins and install SonarQube plugin.</p>
<p>2. Go to global tool configuration and install Sonarscanner and save it.<br />
SonarQube Scanner used to start code analysis. Project configuration is read from a<br />
sonarproject.properties or passed on command line.</p>
<p>3. Configure system.<br />
<img class="aligncenter wp-image-2551 size-large" src="http://www.pro-tekconsulting.com/blog/wp-content/uploads/2018/06/33-1024x378.jpg" alt="33" width="625" height="230" /></p>
<p>Token can be generated from the sonar browser.</p>
<p>Go to <strong>administration &gt;security&gt;user&gt;generate token</strong></p>
<p>Create a new item in Jenkins and update the configure.<br />
<img class="aligncenter wp-image-2552 size-large" src="http://www.pro-tekconsulting.com/blog/wp-content/uploads/2018/06/331-1024x378.jpg" alt="33" width="625" height="230" /><br />
<img class="aligncenter wp-image-2553 size-large" src="http://www.pro-tekconsulting.com/blog/wp-content/uploads/2018/06/35-1024x327.jpg" alt="35" width="625" height="199" /><br />
<img class="aligncenter wp-image-2554 size-large" src="http://www.pro-tekconsulting.com/blog/wp-content/uploads/2018/06/45-1024x413.jpg" alt="45" width="625" height="252" /></p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/how-to-use-sonarqube-with-jenkins/">HOW TO USE SONARQUBE WITH JENKINS</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/how-to-use-sonarqube-with-jenkins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
