You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my Jenkins file, I've added "/readiness" and "/healthcheck" endpoints. I run the API in my postman I received 200 responses for '/healthcheck' and 204 responses for '/readiness'. I can access the APIs in my local environment. However, after completing the Jenkins deployment, I received the following error. I tried many ways to resolve this still facing this issue. I have add the error and Yaml configuration screenshot Here. Simply take a look and provide your feedback to help resolve this issue.
The text was updated successfully, but these errors were encountered:
Hi @ardatan ,
In my Jenkins file, I've added
"/readiness"
and"/healthcheck"
endpoints. I run the API in my postman I received 200 responses for'/healthcheck'
and 204 responses for'/readiness'.
I can access the APIs in my local environment. However, after completing the Jenkins deployment, I received the following error. I tried many ways to resolve this still facing this issue. I have add the error and Yaml configuration screenshot Here. Simply take a look and provide your feedback to help resolve this issue.The text was updated successfully, but these errors were encountered: