Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Parallel Execution using Qualitia Offline Packages on Jenkins
You can have a parallel execution of Qualitia offline packages by mapping them to Jenkins jobs.

Offline packages can be executed on CI/CD tools such as Jenkins, TeamCity, and Bamboo. For more information on how to execute offline packages on continuous integration tools, refer to Continuous Integration Tools.

Jenkins provides the MultiJob plugin to run multiple jobs simultaneously.

Before you start parallel execution of Jenkins jobs, create multiple jobs and configure each job with an offline suite.

To execute Qualitia offline packages in parallel on Jenkins:

  1. Click Manage Jenkins > Manage Plugins > Available.

  2. Select MultiJob.

  3. Click Download now and install after restart to automate the downloading of the MultiJob plugin, and installing it, and then restarting the Jenkins server

  4. Click Manage Jenkins > Configure System.

  5. Enter the number of executors[RC1]  you want, in # of executors.

  6. Click Create Job, and select MultiJob Project.

  7. Click Build > Add build step > MultiJob Phase.

  8. From the Job Execution Type list, select Running phase jobs in parallel.

  9. Click Build to run the MultiJob Project job.

You can see that the parallel execution of offline packages has started.

 

 


  • No labels