{"id":40992,"date":"2016-09-28T10:34:13","date_gmt":"2016-09-28T05:04:13","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=40992"},"modified":"2024-01-02T17:44:33","modified_gmt":"2024-01-02T12:14:33","slug":"integrating-sonarqube-with-jenkins","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/","title":{"rendered":"Integrating SonarQube with Jenkins"},"content":{"rendered":"<p>Recently, we got a requirement where <a title=\"Grails and Groovy developers\" href=\"https:\/\/2thenew.xyz\/grails-application-development\">Grails Development team<\/a> needs to have a\u00a0one-click interface to run units test cases for their Grails application and send the results to SonarQube.<\/p>\n<p><img decoding=\"async\" src=\"\/blog\/wp-ttn-blog\/uploads\/2024\/01\/sonarqube_logo_720.png\" alt=\"Image result for sonarqube\" \/><\/p>\n<p><span style=\"font-weight: 400;\"><strong>SonarQube<\/strong> is a web-based application which is used for centralized management of code quality.\u00a0<\/span>We decided to integrate it with Jenkins to provide a one click solution.<\/p>\n<p><strong>Scenario<\/strong>: Integrate SonarQube with Jenkins to run unit test cases and publish results to SonarQube.<\/p>\n<p><span style=\"font-weight: 400;\">Here is the <strong>step-by-step procedure<\/strong> to perform the scenario:<\/span><\/p>\n<ol>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Setup a Jenkins server if already not using.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Goto plugin-manager of Jenkins to install \u201cSonarQube Plugin\u201d.<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Goto \u201cSystem-configuration\u201d of Jenkins to provide \u201cSonarQube\u201d server\u2019s details as below.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-40993 size-full\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/09\/sonar.png\" alt=\"sonar\" width=\"962\" height=\"513\" srcset=\"https:\/\/2thenew.xyz\/blog\/wp-content\/uploads\/2016\/09\/sonar.png 962w, https:\/\/2thenew.xyz\/blog\/wp-content\/uploads\/2016\/09\/sonar-300x159.png 300w, https:\/\/2thenew.xyz\/blog\/wp-content\/uploads\/2016\/09\/sonar-624x332.png 624w\" sizes=\"auto, (max-width: 962px) 100vw, 962px\" \/><\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Create a Jenkins job and choose one source code management option (say git).<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Under build, add \u201cExecute Shell\u201d as build step and write commands to run unit tests. For example:<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><\/p>\n<p>[js]#!\/bin\/bash<br \/>\ncd \/path\/to\/code\/<br \/>\ngrails clean-all &#8211;non-interactive &#8211;plain-output;<br \/>\ngrails refresh-dependencies;<br \/>\ngrails -Dgrails.env=test test-app:unit &#8211;non-interactive &#8211;plain-output<br \/>\ngrails test-app -coverage -xml[\/js]<\/p>\n<\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Add \u201cInvoke Standalone SonarQube Analysis\u201d as another build step and add below lines to \u201cAnalysis properties\u201d block:<\/span><span style=\"font-weight: 400;\"><br \/>\n<\/span><\/p>\n<p>[js]sonar.projectKey=App Name- Any Identifier<br \/>\nsonar.projectName=Project1<br \/>\nsonar.projectVersion=1.0.0<br \/>\nsonar.projectDescription=Static analysis for the AppName<br \/>\nsonar.sources=path\/to\/code\/src, path\/to\/code\/grails-app<br \/>\nsonar.groovy.cobertura.reportPath=path\/to\/code\/target\/test-reports\/cobertura\/coverage.xml<br \/>\nsonar.language=grvy<br \/>\nsonar.sourceEncoding=UTF-8[\/js]<\/p>\n<\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">That\u2019s all. <\/span><\/li>\n<\/ol>\n<p><span style=\"font-weight: 400;\">Now, run the <a title=\"Grails Development\" href=\"https:\/\/2thenew.xyz\/grails-application-development\">Grails application<\/a> job and results could be seen on SonarQube server after job completion.\u00a0<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Recently, we got a requirement where Grails Development team needs to have a\u00a0one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality.\u00a0We decided to integrate it with Jenkins to provide a one click solution. [&hellip;]<\/p>\n","protected":false},"author":154,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":41,"footnotes":""},"categories":[2348,1],"tags":[4056,1593,1892,14,3043,1682,1638,4057],"class_list":["post-40992","post","type-post","status-publish","format-standard","hentry","category-devops-technology","category-technology","tag-centralized-testing-reoprts","tag-code-coverage","tag-devops","tag-testing","tag-integration","tag-jenkins","tag-sonar","tag-sonarqube"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Recently, we got a requirement where Grails Development team needs to have a one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality. We decided to integrate it with Jenkins to provide a one click solution.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Navjot Singh\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"Integrating SonarQube with Jenkins | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Recently, we got a requirement where Grails Development team needs to have a one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality. We decided to integrate it with Jenkins to provide a one click solution.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Integrating SonarQube with Jenkins | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Recently, we got a requirement where Grails Development team needs to have a one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality. We decided to integrate it with Jenkins to provide a one click solution.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/#article\",\"name\":\"Integrating SonarQube with Jenkins | TO THE NEW Blog\",\"headline\":\"Integrating SonarQube with Jenkins\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/navjot\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2024\\\/01\\\/sonarqube_logo_720.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/#articleImage\"},\"datePublished\":\"2016-09-28T10:34:13+05:30\",\"dateModified\":\"2024-01-02T17:44:33+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/#webpage\"},\"articleSection\":\"DevOps, Technology, centralized testing reoprts], code-coverage, devops, Functional Testing, Integration, Jenkins, sonar, sonarqube\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/#listItem\",\"name\":\"Integrating SonarQube with Jenkins\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/#listItem\",\"position\":3,\"name\":\"Integrating SonarQube with Jenkins\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/navjot\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/navjot\\\/\",\"name\":\"Navjot Singh\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c435bfe1ccb8ea58af1ea2f189479aa02dbab4dd937fc569795a959576adfd60?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Navjot Singh\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/\",\"name\":\"Integrating SonarQube with Jenkins | TO THE NEW Blog\",\"description\":\"Recently, we got a requirement where Grails Development team needs to have a one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality. We decided to integrate it with Jenkins to provide a one click solution.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/integrating-sonarqube-with-jenkins\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/navjot\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/navjot\\\/#author\"},\"datePublished\":\"2016-09-28T10:34:13+05:30\",\"dateModified\":\"2024-01-02T17:44:33+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Integrating SonarQube with Jenkins | TO THE NEW Blog","description":"Recently, we got a requirement where Grails Development team needs to have a one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality. We decided to integrate it with Jenkins to provide a one click solution.","canonical_url":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/#article","name":"Integrating SonarQube with Jenkins | TO THE NEW Blog","headline":"Integrating SonarQube with Jenkins","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/navjot\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2024\/01\/sonarqube_logo_720.png","@id":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/#articleImage"},"datePublished":"2016-09-28T10:34:13+05:30","dateModified":"2024-01-02T17:44:33+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/#webpage"},"articleSection":"DevOps, Technology, centralized testing reoprts], code-coverage, devops, Functional Testing, Integration, Jenkins, sonar, sonarqube"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.xyz\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/#listItem","name":"Integrating SonarQube with Jenkins"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/#listItem","position":3,"name":"Integrating SonarQube with Jenkins","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/navjot\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/navjot\/","name":"Navjot Singh","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/c435bfe1ccb8ea58af1ea2f189479aa02dbab4dd937fc569795a959576adfd60?s=96&d=mm&r=g","width":96,"height":96,"caption":"Navjot Singh"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/","name":"Integrating SonarQube with Jenkins | TO THE NEW Blog","description":"Recently, we got a requirement where Grails Development team needs to have a one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality. We decided to integrate it with Jenkins to provide a one click solution.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/navjot\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/navjot\/#author"},"datePublished":"2016-09-28T10:34:13+05:30","dateModified":"2024-01-02T17:44:33+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"Integrating SonarQube with Jenkins | TO THE NEW Blog","og:description":"Recently, we got a requirement where Grails Development team needs to have a one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality. We decided to integrate it with Jenkins to provide a one click solution.","og:url":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"Integrating SonarQube with Jenkins | TO THE NEW Blog","twitter:description":"Recently, we got a requirement where Grails Development team needs to have a one-click interface to run units test cases for their Grails application and send the results to SonarQube. SonarQube is a web-based application which is used for centralized management of code quality. We decided to integrate it with Jenkins to provide a one click solution.","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"40992","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 13:59:26","updated":"2024-02-29 09:01:45","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tIntegrating SonarQube with Jenkins\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Technology","link":"https:\/\/2thenew.xyz\/blog\/category\/technology\/"},{"label":"Integrating SonarQube with Jenkins","link":"https:\/\/2thenew.xyz\/blog\/integrating-sonarqube-with-jenkins\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/40992","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/154"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=40992"}],"version-history":[{"count":1,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/40992\/revisions"}],"predecessor-version":[{"id":59830,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/40992\/revisions\/59830"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=40992"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=40992"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=40992"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}