Is there any way run test suits in git repo using jenkins?

I want to run my katalon test suits using git and jenkins. how to configure git with jenkins to run katalon test. what i mean is can i run my test suits only using git and jenkins without involving my local machine

you have to think opposite
configure jenkins with git pointing to the repository where is your project hosted, and katalon-plugin … or with a script to use the docker image. easy as that!
jenkins is the executor, so that you have to learn and master

1 Like