From 0842d1f99baf182a14fcd8e8315612b23507b259 Mon Sep 17 00:00:00 2001 From: robin88322 Date: Sat, 2 Nov 2019 17:57:37 +0200 Subject: [PATCH] last commit #2 --- .../spring-boot-sample-web-ui/application_deploy.jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-web-ui/application_deploy.jenkinsfile b/spring-boot-samples/spring-boot-sample-web-ui/application_deploy.jenkinsfile index 1ff57a1f517f..531b7e8f1d1e 100644 --- a/spring-boot-samples/spring-boot-sample-web-ui/application_deploy.jenkinsfile +++ b/spring-boot-samples/spring-boot-sample-web-ui/application_deploy.jenkinsfile @@ -7,4 +7,5 @@ pipeline { sh "ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook -i /var/lib/jenkins/workspace/integration/hosts /var/lib/jenkins/workspace/integration/playbook2.yml -e 'build=${env.select_build}'" } } - } \ No newline at end of file + } +} \ No newline at end of file