Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Parallel Execution using Qualitia Offline Packages on Jenkins
You can have a achieve parallel execution of Qualitia offline packages suites 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 suites 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.

The parallel execution of the Jenkins jobs process can be divided into the following parts:

  1. Downloading the MultiJob plugin

  2. Creating a MultiJob Project Job

  3. Executing the MultiJob Project Job

To execute Qualitia offline packages suites in parallel on Jenkins:

  1. Click Manage Jenkins > Manage Plugins > Available.

  2. Select MultiJob.

    Image Added

  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 you want, in # of executors.

    Image Added

  6. Click Create Job, andselect MultiJob Project.

    Image Added

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

    Image Added

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

    Image Added

  9. Click Build to run the MultiJob Project job.

...


  1. Image Added

    The parallel execution of offline

...

  1. suites start.

 

 

...