mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-26 01:15:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
2e5efdc4b6
commit
b4a8eaa0a4
1 changed files with 10 additions and 0 deletions
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -15,3 +15,13 @@ pipeline{
|
|||
steps {
|
||||
sh 'mvn package'
|
||||
}
|
||||
}
|
||||
stage ('deployment') {
|
||||
|
||||
steps {
|
||||
sh 'ansible-playbook -i /home/ansible/inventory.yml '
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue