diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 000000000..70a6aa639 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,14 @@ +buildMvn { + publishModDescriptor = 'no' + mvnDeploy = 'yes' + publishAPI = 'yes' + runLintRamlCop = 'yes' + + doDocker = { + buildJavaDocker { + publishMaster = 'yes' + healthChk = 'yes' + healthChkCmd = 'curl -sS --fail -o /dev/null http://localhost:8081/admin/health || exit 1' + } + } +} \ No newline at end of file