How to connect Jenkins (in Linux) with Katalon (in win 10)

How to connect Jenkins(in Linux) with Katalon(in win10)

We want to intergrate Katalon Studio with Jenkins.
According to Guide document, it seems like command languages are registered to Jenkins shell.

The problem is that Our jenkins locates Linux server and Katalon Studio locats in windows 10.
As far as we know, there is no Katalon studio for Linux ver.

How can we intergrate both of them in this situation?

1 Like

Jenkins supports master-slave structure. You can deploy Jenkins on Linux as a master and Windows 10 as a slave node to that master, then just executes Katalon Studio command on Windows 10 node directly. That’s the general concept on how to utilize both OSes