Skip to content
Snippets Groups Projects
Commit a1c900d7 authored by Audrey Hamelers's avatar Audrey Hamelers
Browse files

#1185

parent e4ca6eed
No related branches found
No related tags found
3 merge requests!380Pipeline changes,!379Build step added for the master branch,!378k8s release
......@@ -20,7 +20,7 @@ const checkJobStatus = async (name, logic, ftp) => {
await superagent.get(url)
} catch (error) {
const { response, message } = error
const { body, status } = response
const { body, status } = response || {}
logger.error('Healthcheck failed. Exiting.')
logger.info(`Status code: ${status}`)
logger.info('Message: ', message)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment