Change sonar credential

This commit is contained in:
adrian.garcia 2025-03-24 14:05:31 +01:00
parent 11447dca51
commit ec5e74f511

2
Jenkinsfile vendored
View file

@ -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') {