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
a7d61bb1a0
commit
b4f4d6c767
2 changed files with 6 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -54,6 +54,11 @@ pipeline {
|
|||
onlyIfSuccessful: true
|
||||
junit testResults: '**/surefire-reports/TEST-*.xml'
|
||||
}
|
||||
}
|
||||
stage('deploy') {
|
||||
steps {
|
||||
sh ansible
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
1
ansible/hosts
Normal file
1
ansible/hosts
Normal file
|
@ -0,0 +1 @@
|
|||
172.31.15.26
|
Loading…
Reference in a new issue