diff --git a/Jenkinsfile b/Jenkinsfile
index 86bb33b61..24038cb06 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -39,7 +39,7 @@ node {
}
stage('Deploy Application') {
- // ansible
+ sh "ansible-playbook playbook.yaml"
}
}
diff --git a/pom.xml b/pom.xml
index fb1cfd38a..74f852cc7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.springframework.samples
spring-petclinic
- 1.5.1
+ 1.5.2-SNAPSHOT
org.springframework.boot