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.

Worksoft Continuous Test Manager Plugin

execMan: Run Continuous Testing Manager Suite

  • requestType : String (optional)
  • altCTMConfig (optional)
    Optional alternative Continuous Testing Manager configuration. If provided, these parameters override those specified in Jenkins global configuration.
      Nested Object
    • url : String
    • credentials : String
  • execParams (optional)
    Optional execution request parameters. Both a key and value must be specified. The value can refer to Jenkins environment variables using this syntax - ${JENKINS_ENV_VAR}. For example - ${BUILD_ID}.
      Nested Object
    • list (optional)
        Array / List of Nested Object
      • key : String
      • value : String
  • postExecute (optional)
    Optional post execution action. To perform any post action, provide action name along with the need parameters.
      Nested Object
    • action : String
    • params : String
  • request (optional)
    Select this to run a pre-defined Suite configured on the Continuous Testing Manager.
      Nested Object
    • name : String
  • waitConfig (optional)
    Optional execution request wait configuration. Both the polling interval and maximum run time must be specified in seconds.
      Nested Object
    • pollInterval : String
    • maxRunTime : String

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.