Marking build as unstable on Jenkins by Katalon

Hello,

I’m using Katalon Studio Plugin to run web application automatic tests. I have a Test Suite with 7 tests and only 1 is failing.

I’m using that command to run the tests:

I want to configure jenkins step of that plugin to:

  • mark build as unstable when not all tests are failing
  • mark build as failed when all tests are failing or other error was obtained
  • mark build as successful when all tests passed

How can I configure that?