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
    This ID should come from the CI job you saved in ACCELQ application
    • Type: String
  • apiKey
    API key available in Profile section of ACCELQ
    • Type: class hudson.util.Secret
  • appURL
    Your ACCELQ Application URL in the exact following format:
    https://<hostname>:<port_num>
    • Type: String
  • runParamStr
    Run Params should be JSON string form example: {"username": "John Todd", "password": "bxW&=UVw"}
    • Type: String
  • tenantCode
    Tenant Code displayed in the Profile section of ACCELQ
    • Type: String
  • userName
    Your ACCELQ User ID
    • Type: String
  • proxyHost
    • Type: String
  • proxyPort
    • Type: String
  • disableSSLCheck
    • Type: 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.