Trigger Katalon tests in GihHub, from Jenkins

How can we trigger Katalon test cases in GitHub from Jenkins?

For selenium tests- i would typically give the path to the maven pom or the testng xml, however for Katalon studio code on GitHub, how can we trigger the tests from Jenkins, when the code is in GitHub.

Hi Team- just following up here, would you be able to confirm?

Use Katalon plugin on Jenkins: https://plugins.jenkins.io/katalon. The plugin will automatically download selected Katalon Studio version on your Jenkins instance, so you just need to pass Katalon commands in Jenkins pipeline and all behind operations will work as expected.