Task flows for running test assets from Jenkins
You can perform certain tasks to run test assets from the Jenkins Freestyle project or the Pipeline project.
The following table lists the task flows for running test assets from the Jenkins Freestyle project:
Tasks | Go to... |
---|---|
Install the HCL OneTest™ Server Jenkins plug-in. |
Installing the HCL OneTest Server Jenkins plug-in |
Import the CA certificate to your custom trust store. | Using a custom trust store |
Configure the Freestyle project. |
Configuring the Freestyle project |
Run HCL OneTest™ Server test assets on Jenkins. |
Running tests from Jenkins |
You can perform the following tasks to run test assets from the Jenkins Pipeline project by using the sample script:
Tasks | Go to... |
---|---|
Install the HCL OneTest™ Server Jenkins plug-in. |
Installing the HCL OneTest Server Jenkins plug-in |
Import the CA certificate to your custom trust store. | Using a custom trust store |
Create a pipeline script from the Jenkins UI. |
Creating a pipeline script from Jenkins |
Configure the Pipeline project. |
Configuring the Pipeline project by using the sample script |
Run HCL OneTest™ Server test assets on Jenkins. |
Running tests from Jenkins |
You can perform the following tasks to run test assets from the Jenkins Pipeline project by using the script from Source Code Management (SCM):
Tasks | Go to... |
---|---|
Install the HCL OneTest™ Server Jenkins plug-in. |
Installing the HCL OneTest Server Jenkins plug-in |
Import the CA certificate to your custom trust store. | Using a custom trust store |
Create a pipeline script and commit the script to the Git repository. |
For more information, refer to the Jenkins documentation. |
Configure the Pipeline project. |
Configuring the Pipeline project by using the script from SCM |
Run HCL OneTest™ Server test assets on Jenkins. |
Running tests from Jenkins |