mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
commit
e5ef12d536
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -14,6 +14,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage ('Deploy to Tomcat') {
|
||||
steps {
|
||||
sh 'cp target/petclinic.war /usr/share/jenkins/ref/petclinic/petclinic.war'
|
||||
}
|
||||
}
|
||||
stage ('Sonar') {
|
||||
steps {
|
||||
sh '/var/jenkins_home/sonar/bin/sonar-runner'
|
||||
|
|
Loading…
Reference in a new issue