From 8740f359e8da879c78f64e5cc619022921d144ff Mon Sep 17 00:00:00 2001 From: "adrian.garcia" Date: Wed, 26 Mar 2025 10:03:51 +0100 Subject: [PATCH] Change branch name --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d0b1e61f4..76fed6f0d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { BUILD_IMAGE = "registry.lksnext.com/devsecops/maven-java-17:2.0" SONAR_HOST_URL = "https://sonarqubeenterprise.devops.lksnext.com/" SONAR_TOKEN = credentials('sonarenterprise-analysis-token') - SONAR_BRANCH = env.BRANCH_NAME + SONAR_BRANCH = "${env.BRANCH_NAME}" } stages { stage('Sonar') {