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.

Helix ALM Test Management

halm_report: Helix ALM Test Results Reporter

  • halmConnectionID : String (optional)
  • projectID : String (optional)
  • automationSuiteID : long (optional)
  • testFilePattern : String (optional)
  • testRunSetID : long (optional)
  • automationSuite : String (optional)
  • branch : String (optional)
  • description : String (optional)
  • testFileFormat : String (optional)
  • testRunSet : String (optional)

step([$class: 'HALMTestReporter']): Helix ALM Test Results Reporting

  • halmConnectionID : String (optional)
    Helix ALM connection that contains the project to submit test results to.
  • projectID : String (optional)
    Helix ALM project to submit test results to.
  • automationSuiteID : long (optional)
  • testFilePattern : String (optional)
    Base directory and comma- or space-separated list of patterns of files to include as test results. For example, myproject/target/test-reports/*.xml. JUnit and xUnit XML files are supported.
  • testRunSetID : long (optional)
  • automationSuite : String (optional)
    Helix ALM automation suite to submit test results to.
  • branch : String (optional)
    Source control branch the build ran against. Submitted with the test results. Optional.
  • description : String (optional)
    Brief description to submit with the test results. Optional.
  • testFileFormat : String (optional)
    Test result file format. JUnit and xUnit XML files are supported.
  • testRunSet : String (optional)
    Helix ALM test run set to submit test results to. Optional.

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.