-
-
Notifications
You must be signed in to change notification settings - Fork 335
How to setup AQA_Test_Pipeline in Jenkins
Shelley Lambert edited this page May 15, 2024
·
7 revisions
One way to leverage the AQAvit test pipelines in Jenkins is to use the aqaTestPipeline.groovy script.
Once you have setup this pipeline in your Jenkins server, it acts as a parent job that generates AQAvit test pipeline jobs as child jobs in Jenkins. The hierarchy of the job tree is determined by the parameters you provide to the AQA_Test_Pipeline, for example, this instance #254 was launched with
- PLATFORMS=x86-64_linux
- TARGETS=sanity.functional,extended.functional,special.functional,sanity.openjdk,extended.openjdk,sanity.system,extended.system,sanity.perf,extended.perf
- JDK_VERSIONS=17,8,22,11,21
- SDK_RESOURCES=releases
This resulted in the following test jobs being triggered. If those jobs were not present on the Jenkins server ahead of this parent pipeline #254 being run, they would be automatically generated using a standardized naming convention which is described here.