From b858845fe4857f593fb069127750f433189a48c9 Mon Sep 17 00:00:00 2001
From: Martin Lowe <martin.lowe@eclipse-foundation.org>
Date: Fri, 17 Jan 2025 15:15:52 -0500
Subject: [PATCH] update: add sonar cred ID to jenkinsfile for scanning

---
 Jenkinsfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index ab1e1521..85a9c90b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -8,6 +8,9 @@ hugo (
   build: [
     containerImage: 'eclipsefdn/hugo-node:h0.110.0-n18.13.0',
   ],
+  quality: [
+      credentialsId: "sonarcloud-token-eclipse-org"
+  ],
   deployment: [
     nginxServerConf: 'config/nginx/default.conf'
   ]
-- 
GitLab