{"id":9467,"date":"2026-03-12T11:09:00","date_gmt":"2026-03-12T09:09:00","guid":{"rendered":"https:\/\/www.almtoolbox.com\/blog\/?p=9467"},"modified":"2026-07-13T14:14:56","modified_gmt":"2026-07-13T12:14:56","slug":"how-to-add-new-gitlab-project-into-sonarqube-server","status":"publish","type":"post","link":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/","title":{"rendered":"How to add new GitLab Project into SonarQube Server?"},"content":{"rendered":"\n<figure class=\"wp-block-image aligncenter size-large\"><img decoding=\"async\" src=\"https:\/\/www.almtoolbox.com\/blog_he\/wp-content\/uploads\/2025\/08\/gitlab-sonarqube-1536x245.jpg\" alt=\"\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On SonarQube Server with GitLab (self\u2011managed or SaaS), the typical flow is:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Configure GitLab as a DevOps platform in SonarQube<\/strong><\/li>\n\n\n\n<li><strong>Create the project in SonarQube and bind it to the GitLab repo<\/strong><\/li>\n\n\n\n<li><strong>Generate a token and run the scanner via GitLab CI<\/strong><\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Here is a step\u2011by\u2011step summary:<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">1. Configure GitLab integration in SonarQube Server<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Do this once per GitLab instance:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In SonarQube, go to <strong>Administration \u2192 DevOps Platform Integrations \u2192 GitLab<\/strong>.<\/li>\n\n\n\n<li>Click <strong>Add Integration<\/strong> (or <strong>Configure<\/strong>).<\/li>\n\n\n\n<li>Provide:\n<ul class=\"wp-block-list\">\n<li><strong>Name<\/strong>: e.g. <code>gitlab-self-hosted<\/code><\/li>\n\n\n\n<li><strong>GitLab URL<\/strong>: your self\u2011hosted URL, e.g. <code>https:\/\/gitlab.example.com<\/code><\/li>\n\n\n\n<li><strong>Personal Access Token<\/strong>:\n<ul class=\"wp-block-list\">\n<li>In GitLab, create a token for a user with at least <strong>Reporter<\/strong> access on the repos you want.<\/li>\n\n\n\n<li>Enable the <strong>api<\/strong> scope.<\/li>\n\n\n\n<li>Paste the token into SonarQube.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Click <strong>Connect<\/strong> \/ <strong>Save<\/strong>.\n<ul class=\"wp-block-list\">\n<li>SonarQube will now list your GitLab repositories.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Optional but recommended:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Ensure <strong>Server base URL<\/strong> in SonarQube is set correctly:<br><code>Administration \u2192 General \u2192 Server base URL<\/code> = your SonarQube URL (e.g. <code>https:\/\/sonarqube.example.com<\/code>) so GitLab can call back for MR decoration.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">2. Create and bind the project in SonarQube<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">Option A: Import from GitLab (with DevOps integration)<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This is the recommended way for full integration (MR decoration, etc.):<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>On the SonarQube homepage, click <strong>Create Project<\/strong>.<\/li>\n\n\n\n<li>Choose <strong>Import from DevOps Platforms \u2192 From GitLab<\/strong>.<\/li>\n\n\n\n<li>Select your GitLab instance (the one you configured).<\/li>\n\n\n\n<li>Choose the repository and agree to the project key (or adjust it).<\/li>\n\n\n\n<li>Click <strong>Set Up<\/strong> \/ <strong>Create Project<\/strong>.\n<ul class=\"wp-block-list\">\n<li>SonarQube creates the project and binds it to the GitLab repo.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">Option B: Manual project + later GitLab binding<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">If you prefer manual creation:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to <strong>Projects \u2192 Create Project \u2192 Local Project<\/strong>.<\/li>\n\n\n\n<li>Enter:\n<ul class=\"wp-block-list\">\n<li><strong>Project key<\/strong>: e.g. <code>myteam:my-project<\/code> (must match what you\u2019ll use in CI).<\/li>\n\n\n\n<li><strong>Display name<\/strong>: e.g. <code>My Project<\/code>.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Click <strong>Set Up<\/strong>.<\/li>\n\n\n\n<li>On the setup page, choose your language and OS; SonarQube will show configuration hints.<\/li>\n\n\n\n<li>You can later connect this project to GitLab via the integration page if needed, but for CI-based analysis, the key alignment is enough.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">3. Generate a token and configure GitLab CI<\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">3.1. Generate a SonarQube project token<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li>On the project setup page (after creating the project), click <strong>Generate<\/strong> a token.<\/li>\n\n\n\n<li>Enter a name like <code>gitlab-ci-scanner<\/code>.<\/li>\n\n\n\n<li>Click <strong>Generate<\/strong> and copy the token.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">3.2. Add CI variables in GitLab<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In your GitLab project:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Go to <strong>Settings \u2192 CI\/CD \u2192 Variables<\/strong>.<\/li>\n\n\n\n<li>Add:\n<ul class=\"wp-block-list\">\n<li><code>SONAR_HOST_URL<\/code> = your SonarQube URL, e.g. <code>https:\/\/sonarqube.example.com<\/code><\/li>\n\n\n\n<li><code>SONAR_TOKEN<\/code> = the token you generated.<\/li>\n\n\n\n<li>Optionally <code>SONAR_PROJECT_KEY<\/code> = your project key if you want to reuse it.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Make sure they are protected\/masked as appropriate.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">3.3. Create <code>sonar-project.properties<\/code><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In the root of your repo, create:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">text<code>sonar.projectKey=myteam:my-project\nsonar.projectName=My Project\nsonar.sources=.\nsonar.sourceEncoding=UTF-8\nsonar.qualitygate.wait=true<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Adjust:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>sonar.projectKey<\/code> to match the one in SonarQube.<\/li>\n\n\n\n<li><code>sonar.sources<\/code> to your source directories if needed.<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">4. Add a SonarQube analysis job in <code>.gitlab-ci.yml<\/code><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Example using the official Docker image:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">text<code>stages:\n  - sonarqube\n\nvariables:\n  GIT_DEPTH: \"0\"\n\nsonarqube-check:\n  stage: sonarqube\n  image:\n    name: sonarsource\/sonar-scanner-cli:latest\n    entrypoint: [\"\"]\n  script:\n    - sonar-scanner\n      -Dsonar.host.url=$SONAR_HOST_URL\n      -Dsonar.token=$SONAR_TOKEN\n      -Dsonar.projectKey=$SONAR_PROJECT_KEY\n  allow_failure: true\n  only:\n    - merge_requests\n    - master\n    - develop<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\">Key points:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Use <code>sonar.token<\/code> (not the deprecated <code>sonar.login<\/code>).<\/li>\n\n\n\n<li>Set <code>GIT_DEPTH: \"0\"<\/code> so the scanner can fetch full history.<\/li>\n\n\n\n<li><code>sonar.qualitygate.wait=true<\/code> in the properties file will block the pipeline if the quality gate fails (optional but common).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">After you push these changes and run the pipeline, SonarQube will:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create (or update) the project.<\/li>\n\n\n\n<li>Show issues, metrics, and quality gate status.<\/li>\n\n\n\n<li>If integration is configured, decorate GitLab MRs with results.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading has-background\" style=\"background-color:#faebbf\"><em>Our company officially represents both Sonar and GitLab,<br>and provides support for both GitLab and SonarQube, including both hands-on tech issues and methodolgies.<br>Contact us: <a href=\"mailto:sonarqube@almtoolbox.com\" target=\"_blank\" rel=\"noreferrer noopener\">sonarqube@almtoolbox.com<\/a> or call us.<\/em><\/h4>\n\n\n\n<div style=\"height:44px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Related Links:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Our <a href=\"https:\/\/almtoolbox.com\/sonarqube\" type=\"link\" id=\"https:\/\/almtoolbox.com\/sonarqube\" target=\"_blank\" rel=\"noreferrer noopener\">Sonar webpage<\/a><\/li>\n\n\n\n<li>Our <a href=\"https:\/\/almtoolbox.com\/gitlab\" type=\"link\" id=\"https:\/\/almtoolbox.com\/gitlab\" target=\"_blank\" rel=\"noreferrer noopener\">GitLab webapge<\/a><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<h5 class=\"wp-block-heading\"><em>First release: October 2024.<\/em><\/h5>\n","protected":false},"excerpt":{"rendered":"<p>On SonarQube Server with GitLab (self\u2011managed or SaaS), the typical flow is: Here is a step\u2011by\u2011step summary: 1. Configure GitLab integration in SonarQube Server Do this once per GitLab instance: Optional but recommended: 2. Create and bind the project in SonarQube Option A: Import from GitLab (with DevOps integration) This is the recommended way for [&hellip;]<\/p>\n","protected":false},"author":9,"featured_media":8367,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[166,614,347],"tags":[],"class_list":["post-9467","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-gitlab","category-sonar","category-sonarqube"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to add new GitLab Project into SonarQube Server? - ALMtoolbox News<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to add new GitLab Project into SonarQube Server? - ALMtoolbox News\" \/>\n<meta property=\"og:description\" content=\"On SonarQube Server with GitLab (self\u2011managed or SaaS), the typical flow is: Here is a step\u2011by\u2011step summary: 1. Configure GitLab integration in SonarQube Server Do this once per GitLab instance: Optional but recommended: 2. Create and bind the project in SonarQube Option A: Import from GitLab (with DevOps integration) This is the recommended way for [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/\" \/>\n<meta property=\"og:site_name\" content=\"ALMtoolbox News\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/almtoolbox.israel\/\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-12T09:09:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-13T12:14:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2025\/07\/sonarqube-gitlab-integration.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1684\" \/>\n\t<meta property=\"og:image:height\" content=\"269\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Noa Harel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Noa Harel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/\"},\"author\":{\"name\":\"Noa Harel\",\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/#\\\/schema\\\/person\\\/a7d03132957d034fc2fc5454501a204a\"},\"headline\":\"How to add new GitLab Project into SonarQube Server?\",\"datePublished\":\"2026-03-12T09:09:00+00:00\",\"dateModified\":\"2026-07-13T12:14:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/\"},\"wordCount\":529,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/wp-content\\\/uploads\\\/\\\/2025\\\/07\\\/sonarqube-gitlab-integration.jpg\",\"articleSection\":[\"GitLab\",\"Sonar\",\"SonarQube\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/\",\"url\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/\",\"name\":\"How to add new GitLab Project into SonarQube Server? - ALMtoolbox News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/wp-content\\\/uploads\\\/\\\/2025\\\/07\\\/sonarqube-gitlab-integration.jpg\",\"datePublished\":\"2026-03-12T09:09:00+00:00\",\"dateModified\":\"2026-07-13T12:14:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/wp-content\\\/uploads\\\/\\\/2025\\\/07\\\/sonarqube-gitlab-integration.jpg\",\"contentUrl\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/wp-content\\\/uploads\\\/\\\/2025\\\/07\\\/sonarqube-gitlab-integration.jpg\",\"width\":1684,\"height\":269,\"caption\":\"sonarqube gitlab integration\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/how-to-add-new-gitlab-project-into-sonarqube-server\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to add new GitLab Project into SonarQube Server?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/\",\"name\":\"ALMtoolbox News\",\"description\":\"All the news of ALMtoolbox\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/#organization\",\"name\":\"ALMtoolbox\",\"url\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/wp-content\\\/uploads\\\/\\\/2015\\\/10\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/wp-content\\\/uploads\\\/\\\/2015\\\/10\\\/logo.png\",\"width\":410,\"height\":190,\"caption\":\"ALMtoolbox\"},\"image\":{\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/almtoolbox.israel\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/almtoolbox\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/GoMidjets\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.almtoolbox.com\\\/blog\\\/#\\\/schema\\\/person\\\/a7d03132957d034fc2fc5454501a204a\",\"name\":\"Noa Harel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g\",\"caption\":\"Noa Harel\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to add new GitLab Project into SonarQube Server? - ALMtoolbox News","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/","og_locale":"en_US","og_type":"article","og_title":"How to add new GitLab Project into SonarQube Server? - ALMtoolbox News","og_description":"On SonarQube Server with GitLab (self\u2011managed or SaaS), the typical flow is: Here is a step\u2011by\u2011step summary: 1. Configure GitLab integration in SonarQube Server Do this once per GitLab instance: Optional but recommended: 2. Create and bind the project in SonarQube Option A: Import from GitLab (with DevOps integration) This is the recommended way for [&hellip;]","og_url":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/","og_site_name":"ALMtoolbox News","article_publisher":"https:\/\/www.facebook.com\/almtoolbox.israel\/","article_published_time":"2026-03-12T09:09:00+00:00","article_modified_time":"2026-07-13T12:14:56+00:00","og_image":[{"width":1684,"height":269,"url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2025\/07\/sonarqube-gitlab-integration.jpg","type":"image\/jpeg"}],"author":"Noa Harel","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Noa Harel","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/#article","isPartOf":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/"},"author":{"name":"Noa Harel","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/a7d03132957d034fc2fc5454501a204a"},"headline":"How to add new GitLab Project into SonarQube Server?","datePublished":"2026-03-12T09:09:00+00:00","dateModified":"2026-07-13T12:14:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/"},"wordCount":529,"commentCount":0,"publisher":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2025\/07\/sonarqube-gitlab-integration.jpg","articleSection":["GitLab","Sonar","SonarQube"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/","url":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/","name":"How to add new GitLab Project into SonarQube Server? - ALMtoolbox News","isPartOf":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/#primaryimage"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/#primaryimage"},"thumbnailUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2025\/07\/sonarqube-gitlab-integration.jpg","datePublished":"2026-03-12T09:09:00+00:00","dateModified":"2026-07-13T12:14:56+00:00","breadcrumb":{"@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/#primaryimage","url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2025\/07\/sonarqube-gitlab-integration.jpg","contentUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2025\/07\/sonarqube-gitlab-integration.jpg","width":1684,"height":269,"caption":"sonarqube gitlab integration"},{"@type":"BreadcrumbList","@id":"https:\/\/www.almtoolbox.com\/blog\/how-to-add-new-gitlab-project-into-sonarqube-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.almtoolbox.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to add new GitLab Project into SonarQube Server?"}]},{"@type":"WebSite","@id":"https:\/\/www.almtoolbox.com\/blog\/#website","url":"https:\/\/www.almtoolbox.com\/blog\/","name":"ALMtoolbox News","description":"All the news of ALMtoolbox","publisher":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.almtoolbox.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.almtoolbox.com\/blog\/#organization","name":"ALMtoolbox","url":"https:\/\/www.almtoolbox.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png","contentUrl":"https:\/\/www.almtoolbox.com\/blog\/wp-content\/uploads\/\/2015\/10\/logo.png","width":410,"height":190,"caption":"ALMtoolbox"},"image":{"@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/almtoolbox.israel\/","https:\/\/www.linkedin.com\/company\/almtoolbox\/","https:\/\/www.youtube.com\/user\/GoMidjets"]},{"@type":"Person","@id":"https:\/\/www.almtoolbox.com\/blog\/#\/schema\/person\/a7d03132957d034fc2fc5454501a204a","name":"Noa Harel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3ac19cddc8dc6e7e817cf650b22399303e8b6dd585bc90e4606b28ec87ef1943?s=96&d=mm&r=g","caption":"Noa Harel"}}]}},"_links":{"self":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/9467","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/comments?post=9467"}],"version-history":[{"count":8,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/9467\/revisions"}],"predecessor-version":[{"id":9479,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/posts\/9467\/revisions\/9479"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/media\/8367"}],"wp:attachment":[{"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/media?parent=9467"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/categories?post=9467"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.almtoolbox.com\/blog\/wp-json\/wp\/v2\/tags?post=9467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}