Integration with CI/CD

Hello Everybody,

It’s time for me to integrate my test collection to the CI/CD in my company ( execution with jenkins from Gitlab)

My test collection are store In GitLab.

I read the documentation on the runtime engine. ( how used the profil and generate th command line)

But I don’t find a solution to launch the execution on different VM

for exemple Jenkins launch the collection 1 on VM1 (Windows) collection 2 on VM3,…

have you tips? must configure the execution machine in katalon or in jenkins?

1 Like

The Jenkins architecture is designed for distributed build environments. It allows us to use different environments for each build project balancing the workload among multiple agents running jobs in parallel.