From d55ae63656db68d78c8ec24bd43983af321211e3 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Wed, 27 Sep 2017 08:37:58 +0200 Subject: [PATCH] Use snapshot version for demo --- Jenkinsfile | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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