All work

Select view

Select search mode

 
50 of 786

Jenkinsfile healthChkCmd: Prefer wget over curl

Done

Description

https://dev.folio.org/guides/jenkinsfile/#back-end-modules

healthChkCmd = 'wget --no-verbose --tries=1 --spider http://localhost:8081/admin/health || exit 1'

 

healthChkCmd - Use the specified command to perform container health check. The command is run inside the container and typically tests a REST endpoint to determine the health of the application running inside the container. Prefer wget over curl as Alpine by default ships without curl but with BusyBox, a multi-call binary that contains wget with reduced number of options.

Environment

None

Potential Workaround

None

Checklist

hide

TestRail: Results

Details

Assignee

Reporter

Priority

Development Team

None

Fix versions

TestRail: Cases

Open TestRail: Cases

TestRail: Runs

Open TestRail: Runs

Created May 17, 2022 at 9:53 AM
Updated June 1, 2022 at 3:13 PM
Resolved May 24, 2022 at 10:36 AM

Activity

Show:
TestRail: Cases
TestRail: Runs

Flag notifications