mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 06:25:50 +00:00
Change branch name
This commit is contained in:
parent
1adc1e07c5
commit
8740f359e8
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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') {
|
||||
|
|
Loading…
Reference in a new issue