Skip to content

Commit

Permalink
Enable docker build in Jenkinsfile. (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
TarasSpashchenko authored Jul 27, 2024
1 parent 0377cbd commit edbffc8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,12 @@ buildMvn {
publishModDescriptor = false
mvnDeploy = true
buildNode = 'jenkins-agent-java17-bigmem'

doDocker = {
buildJavaDocker {
publishMaster = true
// healthChk = true
// healthChkCmd = 'wget --no-verbose --tries=1 --spider http://localhost:8081/admin/health || exit 1'
}
}
}

0 comments on commit edbffc8

Please sign in to comment.