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
b4f4d6c767
commit
177659dec9
1 changed files with 2 additions and 1 deletions
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
|
@ -57,7 +57,8 @@ pipeline {
|
|||
}
|
||||
stage('deploy') {
|
||||
steps {
|
||||
sh ansible
|
||||
sh 'ansible -i ./ansible/hosts -m ping all'
|
||||
sh 'ansible-playbook -i ./ansible/hosts ./ansible/spc.yaml'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue