Change branch name

This commit is contained in:
adrian.garcia 2025-03-26 10:03:51 +01:00
parent 1adc1e07c5
commit 8740f359e8

2
Jenkinsfile vendored
View file

@ -6,7 +6,7 @@ pipeline {
BUILD_IMAGE = "registry.lksnext.com/devsecops/maven-java-17:2.0" BUILD_IMAGE = "registry.lksnext.com/devsecops/maven-java-17:2.0"
SONAR_HOST_URL = "https://sonarqubeenterprise.devops.lksnext.com/" SONAR_HOST_URL = "https://sonarqubeenterprise.devops.lksnext.com/"
SONAR_TOKEN = credentials('sonarenterprise-analysis-token') SONAR_TOKEN = credentials('sonarenterprise-analysis-token')
SONAR_BRANCH = env.BRANCH_NAME SONAR_BRANCH = "${env.BRANCH_NAME}"
} }
stages { stages {
stage('Sonar') { stage('Sonar') {