Skip to content

Commit

Permalink
MODKBEKBJ-3 Add Jenkinsfile to the repository
Browse files Browse the repository at this point in the history
* created Jenkinsfile
  • Loading branch information
natali-zaitseva committed Oct 5, 2018
1 parent e92be50 commit a059b91
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 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'
}
}
}

0 comments on commit a059b91

Please sign in to comment.