From ec5e74f5112a1edc08c3b0bdc9b5fa143aee2991 Mon Sep 17 00:00:00 2001 From: "adrian.garcia" Date: Mon, 24 Mar 2025 14:05:31 +0100 Subject: [PATCH] Change sonar credential --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4270c99cf..333618908 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { environment { BUILD_IMAGE = "registry.lksnext.com/devsecops/maven-java-17:2.0" SONAR_HOST_URL = "https://sonarqubeenterprise.devops.lksnext.com/" - SONAR_TOKEN = credentials('sonar-analysis-token') + SONAR_TOKEN = credentials('sonarenterprise-analysis-token') } stages { stage('Sonar') {