Execute multiple projects of a suite in Jenkins
Hi, i am running a suite of tests complete using testComplete support plugin, in Jenkins.
What i need to do, or the ideal thing, would be creating different jobs for the different projects that i have in my project suite. In a job i would run some projects, in another job another ones. What i mean to do is, instead of checking and unchecking projects that i need to run in my project suite, create those jobs that would do the same, run the projects that i need.
The problem is that the suite is really big in size, and currently i could not find another solution not being copying the whole suite to the folder of the different jobs, checking within the project suite only the projects that i need
I tried setting up different test complete steps or tests in the jenkins' job configuration, and in each step run a different project, but for each step, TestComplete opens and closes, instead of reamining open and run each step or project. That is very slow and makes my tests fail.
Is there a way to do such a thing? if i am not being clear, please let me know
Regards