mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Added Jenkinsfile
This commit is contained in:
parent
f3e48df08d
commit
c4df17ed8f
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -7,9 +7,9 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
stage('test') {
|
||||
stage('sonar') {
|
||||
steps {
|
||||
echo 'test'
|
||||
sh './mvnw sonar:sonar'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue