mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-27 01:45:49 +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 {
|
steps {
|
||||||
sh 'mvn package'
|
sh 'mvn package'
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
stage ('deployment') {
|
||||||
|
|
||||||
|
steps {
|
||||||
|
sh 'ansible-playbook -i /home/ansible/inventory.yml '
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue