Jenkins does not recognize failure

Hi!
I tried to run my tests in Jenkins with the apidog-cli. all seems to work good, but if I get a failed test, the jenkins does not react to it…
Any Idea, how to fix this?

the tolerance is set to 0 failure in this case in jenkins

Hello, could you please provide the complete command that was used to execute the Jenkins job? It would be helpful for troubleshooting. Also, please make sure to redact any sensitive information.

apidog run --access-token OURSECRETACCESSTOKEN
-t NUMBER -e NUMBER -n 1 -r html,cli --api-base-url https://api.eu.apidog.com
–out-file ${JOB_NAME}_${BUILD_NUMBER}

Am I missing something? Should I not have a jUnit or something like that included? please advice

Thanks for your feedback.We will log this issue and fix it as soon as possible.

thanks. it is really an important part of our workflow. we have to rely on this. please keep me in loop, when it will be circa fixed

Hi, we have fixed this issue and updated the version to 1.5.8. You can download the latest cli package to give it a try.

thank you,I will.