How do I run Katalon test suite in Jenkins inside Docker
问题 I have a Katalon test suite setup and it runs great in the UI and from the CLI on the machine where I have Katalon studio installed. I have Jenkins CI server running in a docker container, and I would like to setup a job to run my test suite on that Jenkins server. What runtime do I need on the Jenkins server so it can run a Katalon job? Is there a runtime or a plugin for Jenkins for this? If not, is there a docker container for Katalon that I can use to remotely run the job via jenkins, like