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.

OctoPerf Load Testing Plugin.

octoPerfTest: Runs test in OctoPerf Cloud

  • credentialsId : String (optional)
    Select the Octoperf credentials to use.
  • scenarioId : String (optional)
    OctoPerf's plugin for Jenkins allows users to automate load tests from the Cloud.
    Just choose the scenario you want to run. Let Jenkins start and stop the test and document the results.
    After the run, a test report will be generated directly into Jenkins and your OctoPerf account.
    If the test list is empty, you must insert your unique OctoPerf Username and password into the Jenkins settings, or create a test in your OctoPerf account.
  • serverUrl : String (optional)
  • stopConditions (optional)
    • Type: ? extends org.jenkinsci.plugins.octoperf.conditions.TestStopCondition

step([$class: 'OctoperfBuilder']): OctoPerf

  • credentialsId : String (optional)
    Select the Octoperf credentials to use.
  • workspaceId : String (optional)
    Select the Octoperf Workspace.
  • projectId : String (optional)
    Select the Octoperf Project.
  • scenarioId : String (optional)
    OctoPerf's plugin for Jenkins allows users to automate load tests from the Cloud.
    Just choose the scenario you want to run. Let Jenkins start and stop the test and document the results.
    After the run, a test report will be generated directly into Jenkins and your OctoPerf account.
    If the test list is empty, you must insert your unique OctoPerf Username and password into the Jenkins settings, or create a test in your OctoPerf account.
  • testName : String (optional)

    Name of the test. Leave empty to take scenario's name by default.

  • stopConditions (optional)
    • Type: ? extends org.jenkinsci.plugins.octoperf.conditions.TestStopCondition

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.