Merge pull request #6 from liatrio/localDeploy

Local deploy
This commit is contained in:
Benjamin Stein 2017-05-10 16:03:43 -07:00 committed by GitHub
commit e5ef12d536

5
Jenkinsfile vendored
View file

@ -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'