mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +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') {
|
stage('deploy') {
|
||||||
|
agent any
|
||||||
steps {
|
steps {
|
||||||
sh 'ansible -i ./ansible/hosts -m ping all'
|
sh 'ansible -i ./ansible/hosts -m ping all'
|
||||||
sh 'ansible-playbook -i ./ansible/hosts ./ansible/spc.yaml'
|
sh 'ansible-playbook -i ./ansible/hosts ./ansible/spc.yaml'
|
||||||
|
|
Loading…
Reference in a new issue