The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.

For a list of other such plugins, see the Pipeline Steps Reference page.

ACCELQ CI-Connect Plugin

step([$class: 'AQPluginBuilderAction']): ACCELQ Connect

  • jobId : String
    This ID should come from the CI job you saved in ACCELQ application
  • apiKey
    API key available in Profile section of ACCELQ
    • Type: class hudson.util.Secret
  • appURL : String
    Your ACCELQ Application URL in the exact following format:
    https://<hostname>:<port_num>
  • runParamStr : String
    Run Params should be JSON string form example: {"username": "John Todd", "password": "bxW&=UVw"}
  • tenantCode : String
    Tenant Code displayed in the Profile section of ACCELQ
  • userName : String
    Your ACCELQ User ID
  • proxyHost : String
  • proxyPort : String
  • stepFailureThreshold : String
    Percentage ACCELQ test case failure, beyond which this Step in the Pipeline will be marked as a failure. If this is zero, even a single failed test will cause the Step to fail. If you never want to fail the Pipeline Step due to failing Automation tests, input -1. Input a valid integer between 0 and 100 or, -1.
  • maxWaitTimeInMins : String
    Maximum time to wait for the job to be picked up by an ACCELQ Agent. Default is 15 mins.
  • disableSSLCheck : boolean

Was this page helpful?

Please submit your feedback about this page through this quick form.

Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?

    


See existing feedback here.