mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:55:50 +00:00
Change sonar credential
This commit is contained in:
parent
11447dca51
commit
ec5e74f511
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -5,7 +5,7 @@ pipeline {
|
||||||
environment {
|
environment {
|
||||||
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('sonar-analysis-token')
|
SONAR_TOKEN = credentials('sonarenterprise-analysis-token')
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('Sonar') {
|
stage('Sonar') {
|
||||||
|
|
Loading…
Reference in a new issue