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 the SonarQube stuff?
EDIT - New answer from Katalon support
I got a new response from Katalon support that says:
That's more like it, and with the documentation here it should be pretty straightforward to get it working with Docker:
https://docs.katalon.com/display/KD/Console+Mode+Execution
END EDIT
ORIGINAL
I created a ticket on the Katalon Studio website asking this same question, and I got this (laughable) response:
In other words, no Docker solution. It's too bad that we can't use it for our CI stuff, since I had good results with the prototyping I did.
Oh well.