Skip to content

Commit

Permalink
Add healthChkCmd to Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
julianladisch committed Oct 12, 2021
1 parent 79f8699 commit a096031
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ buildMvn {
buildJavaDocker {
publishMaster = true
healthChk = true
healthChkCmd = 'curl -sS --fail -o /dev/null http://localhost:8081/admin/health/ || exit 1'
}
}
}
Expand Down

0 comments on commit a096031

Please sign in to comment.