Skip to:
Ensure to add a standard healthcheck endpoint GET /admin/health that returns a 200 if the module is healthy.
Update Jenkinsfile to use new health check endpoint.
Jenkinsfile
Back End Module Health Check Protocol
Closing
Verified on Iris bugfest
Please verify at Iris bugfest env
The tag commit was incorrect, it fixed. Please verify it
: v1.0.5 does not have the fix. It is v1.1.0 that has the required fix. Currently, v1.0.5 is deployed to bugfest-iris as part of hotfix#2
Ensure to add a standard healthcheck endpoint GET /admin/health that returns a 200 if the module is healthy.
Update
Jenkinsfile
to use new health check endpoint.Back End Module Health Check Protocol