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
a7d61bb1a0
commit
b4f4d6c767
2 changed files with 6 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -55,6 +55,11 @@ pipeline {
|
||||||
junit testResults: '**/surefire-reports/TEST-*.xml'
|
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