ACCELQ supports the execution of Automation scripts in the CI pipeline on CircleCI using ACCELQ CircleCI orb.
You can find the complete step-by-step guide hosted on Circle CI Developer portal. Here are the parameters for the Orb.
Mandatory Parameters
- url - Your ACCELQ Application URL in the exact following format: https://<hostname>:<port_num>
- userId - Your ACCELQ User ID
- apiKey - API key available in Profile section of ACCELQ. It is consumed as an Environment Variable in CircleCI pipeline for security reasons.
- tenantCode - Tenant Code displayed in the Profile section of ACCELQ
- jobId - This ID should come from the CI job you saved in ACCELQ application
Optional Parameters
- runparams - Run Params should be of JSON string format example: {"username": "John Todd", "password": "bxW&=UVw"}
- proxyHost - Proxy Host
- proxyPort - Proxy Port
- agentName - Agent Name on which you want to run this job
Comments
0 comments
Please sign in to leave a comment.