mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
added changes
This commit is contained in:
parent
65d74b8d00
commit
70c67d9356
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -56,6 +56,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('deploy') {
|
||||
agent any
|
||||
steps {
|
||||
sh 'ansible -i ./ansible/hosts -m ping all'
|
||||
sh 'ansible-playbook -i ./ansible/hosts ./ansible/spc.yaml'
|
||||
|
|
Loading…
Reference in a new issue