mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
added the new change in jenkinsfile
This commit is contained in:
parent
bc5161a6c2
commit
0a5a095da1
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -22,8 +22,9 @@ pipeline {
|
|||
steps {
|
||||
withSonarQubeEnv('SONAR_TOKEN') {
|
||||
sh 'mvn verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=qtsonarqube_qtsonarqube-token -Dsonar.organization=qtsonarqube'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('postbuild') {
|
||||
steps {
|
||||
archiveArtifacts artifacts: '**/target/spring-petclinic-3.0.0-SNAPSHOT.jar',
|
||||
|
|
Loading…
Reference in a new issue