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