mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
added envi sonar
This commit is contained in:
parent
0e07794488
commit
5ba22faa68
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -20,9 +20,11 @@ pipeline{
|
|||
}
|
||||
stage('SonarQube Scan') {
|
||||
steps {
|
||||
withSonarQubeEnv('SONAR_CLOUD') {
|
||||
sh 'mvn clean package sonar:sonar -Dsonar.organization=springpetclinic -Dsonar.token=94fa8a4b44707c54a1aae9c4894e0cd8bf0d18d6 -Dsonar.projectKey=sridhardevops006'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
stage('nexus'){
|
||||
steps{
|
||||
|
|
Loading…
Reference in a new issue