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.

AssertThat BDD Jira Plugin

assertthatBddFeatures: Download AssertThat features

  • projectId : String
    Jira project id.
  • credentialsId : String
  • outputFolder : String

    Output folder for feature files withing workspace. Default ./features/.
    By default features are downloaded to the root of the workspace.
  • jql : String
  • tags : String
  • mode : String
  • proxyURI : String
  • proxyUsername : String
  • proxyPassword : String
  • jiraServerUrl : String
    Jira Server URL. Populate only if using Jira Server version (e.g. https://mycompanyjira.com). Leave blank for cloud.
  • numbered : boolean
  • ignoreCertErrors : boolean

assertthatBddReport: Upload AssertThat report

  • projectId : String
    Jira project id.
  • credentialsId : String
  • jsonReportFolder : String
    Cucumber json files folder withing the workspace. The folder where cucumber json is outputted after the tests run. e.g. ./reports/.
    By default searching for json files in the root of the workspace.
  • jsonReportIncludePattern : String
    Pattern for json file names. Default **/*.json
  • runName : String
    The name of the run. Default 'Test run dd MMM yyyy HH:mm:ss'
  • type : String
    Report type: Cucumber or Karate
  • proxyURI : String
  • proxyUsername : String
  • proxyPassword : String
  • jiraServerUrl : String
    Jira Server URL. Populate only if using Jira Server version (e.g. https://mycompanyjira.com). Leave blank for cloud.
  • metadata : String
  • jql : String
  • ignoreCertErrors : 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.