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.

NeoLoad Plugin

  • graphOptionsInfo (optional)
      Array / List of Nested Object
    • name : String
    • curve
        Array / List of Nested Object
      • path : String
    • statistic : String
  • maxTrends : int (optional)
  • showTrendAverageResponse : boolean (optional)
  • showTrendErrorRate : boolean (optional)

neoloadRun: Run a NeoLoad scenario

This build step executes a NeoLoad scenario and adds trend result graphs to the job page.
  • scenarioName : String (optional)
    The name of the Scenario to launch.
  • autoArchive : boolean (optional)
  • customCommandLineOptions : String (optional)
    Include any additional Command Line options here.
  • displayGUI : boolean (optional)
  • executable : String (optional)
    This is the absolute path to the NeoLoad executable file.
    For example,/opt/NeoLoad 6.5/bin/NeoLoadCmd, C:\Program Files\NeoLoad 6.5\bin\NeoLoadCmd.exe or /Applications/NeoLoad 6.5/bin/NeoLoadCmd.
  • graphOptionsInfo (optional)
      Array / List of Nested Object
    • name : String
    • curve
        Array / List of Nested Object
      • path : String
    • statistic : String
  • htmlReport : String (optional)
    This is the path where the HTLM report file is created by NeoLoad.
    For example, ${WORKSPACE}/neoload-report/report.html.
  • junitReport : String (optional)
    This is the path where the JUnit results file (based on an SLA in NeoLoad) is created.
    For example, ${WORKSPACE}/neoload-report/junit-sla-results.xml.
  • licenseDuration : String (optional)
    This is the number of hours to reserve the license. This must be at least as long as the test will last.
  • licenseServer (optional)
    Choose which server to use to lease the license. If no servers appear, please configure one in the System Configuration screen of Jenkins.
      Nested Object
    • uniqueID : String
    • url : String
    • loginUser : String
    • loginPassword
      • Type: class hudson.util.Secret
    • label : String
    • collabPath : String
    • licenseID : String
  • licenseType : String (optional)
  • licenseVUCount : String (optional)
    This is the number of Virtual Users (User Paths) to reserve with the license.
  • licenseVUSAPCount : String (optional)
    This is the number of SAP Virtual Users (User Paths for SAP) to reserve with the license.
  • localProjectFile : String (optional)
    This is the local project file path.
    For example,/home/ajohnson/neoload_projects/JenkinsExample/JenkinsExample.nlp, C:\neoload_projects\JenkinsExample\JenkinsExample.nlp or /Users/ajohnson/neoload_projects/JenkinsExample/JenkinsExample.nlp or /Users/ajohnson/neoload_projects/JenkinsExample/JenkinsExample.yaml.
  • maxTrends : int (optional)
    Limit the number of points in trend charts. You can use 0 value to have unlimited charts
  • pdfReport : String (optional)
    This is the path where the PDF report file is created.
    For example, ${WORKSPACE}/neoload-report/report.pdf.
  • projectType : String (optional)
  • publishTestResults : boolean (optional)
    When selected, test results are published after the scenario is run.
  • reportType : String (optional)
  • sharedProjectName : String (optional)
    This is the name of the shared project to checkout and load.
    For example, MyProjectName.
  • sharedProjectServer (optional)
    Choose which server to use. If no servers appear, please configure one in the System Configuration screen of Jenkins.
      Nested Object
    • uniqueID : String
    • url : String
    • loginUser : String
    • loginPassword
      • Type: class hudson.util.Secret
    • label : String
  • showTrendAverageResponse : boolean (optional)
    When selected, a trend graph of the average response time for all pages is displayed. Note that the build artifacts must include XML results from NeoLoad for the graph to be displayed.
  • showTrendErrorRate : boolean (optional)
    When selected, a trend graph of the error rate of the most recent runs is included on the job page. Note that the build artifacts must include XML results from NeoLoad for the graph to be displayed.
  • testDescription : String (optional)
    The test description entered here appears in the report file.
  • testResultName : String (optional)
    This is the name of the test results. The value $Date{hh:mm - dd MMM yyyy} is replaced by the current date by NeoLoad and the value ${BUILD_NUMBER} is replaced by the current build number by Jenkins.
    For example, $Date{hh:mm - dd MMM yyyy} (build $${BUILD_NUMBER}).
  • xmlReport : String (optional)
    This is the path where the XML report file is created.
    For example, ${WORKSPACE}/neoload-report/report.xml.

step([$class: 'NeoBuildAction']): Execute a NeoLoad Scenario

This build step executes a NeoLoad scenario and adds trend result graphs to the job page.
  • executable : String
    This is the absolute path to the NeoLoad executable file.
    For example,/opt/NeoLoad 6.5/bin/NeoLoadCmd, C:\Program Files\NeoLoad 6.5\bin\NeoLoadCmd.exe or /Applications/NeoLoad 6.5/bin/NeoLoadCmd.
  • projectType : String
  • reportType : String
  • localProjectFile : String
    This is the local project file path.
    For example,/home/ajohnson/neoload_projects/JenkinsExample/JenkinsExample.nlp, C:\neoload_projects\JenkinsExample\JenkinsExample.nlp or /Users/ajohnson/neoload_projects/JenkinsExample/JenkinsExample.nlp or C:\neoload_projects\JenkinsExample\JenkinsExample.yaml.
  • sharedProjectName : String
    This is the name of the shared project to checkout and load.
    For example, MyProjectName.
  • scenarioName : String
    The name of the Scenario to launch.
  • htmlReport : String
    This is the path where the HTLM report file is created by NeoLoad.
    For example, ${WORKSPACE}/neoload-report/report.html.
  • xmlReport : String
    This is the path where the XML report file is created.
    For example, ${WORKSPACE}/neoload-report/report.xml.
  • pdfReport : String
    This is the path where the PDF report file is created.
    For example, ${WORKSPACE}/neoload-report/report.pdf.
  • junitReport : String
    This is the path where the JUnit results file (based on an SLA in NeoLoad) is created.
    For example, ${WORKSPACE}/neoload-report/junit-sla-results.xml.
  • scanAllBuilds : boolean
  • displayTheGUI : boolean
    When selected, then the NeoLoad GUI is displayed during the test. Note that the user launching the process must be able to display a user interface (which is not always the case for the Jenkins user). Note also that some errors or warning messages may prevent NeoLoad from closing automatically at the end of a test run. Thus this should only be used for testing purposes.
  • testResultName : String
    This is the name of the test results. The value $Date{hh:mm - dd MMM yyyy} is replaced by the current date by NeoLoad and the value ${BUILD_NUMBER} is replaced by the current build number by Jenkins.
    For example, $Date{hh:mm - dd MMM yyyy} (build $${BUILD_NUMBER}).
  • testDescription : String
    The test description entered here appears in the report file.
  • licenseType : String
  • licenseVUCount : String
    This is the number of Virtual Users (User Paths) to reserve with the license.
  • licenseVUSAPCount : String
    This is the number of SAP Virtual Users (User Paths for SAP) to reserve with the license.
  • licenseDuration : String
    This is the number of hours to reserve the license. This must be at least as long as the test will last.
  • customCommandLineOptions : String
    Include any additional Command Line options here.
  • publishTestResults : boolean
    When selected, test results are published after the scenario is run.
  • sharedProjectServer
    Choose which server to use. If no servers appear, please configure one in the System Configuration screen of Jenkins.
      Nested Object
    • uniqueID : String
    • url : String
    • loginUser : String
    • loginPassword
      • Type: class hudson.util.Secret
    • label : String
  • licenseServer
    Choose which server to use to lease the license. If no servers appear, please configure one in the System Configuration screen of Jenkins.
      Nested Object
    • uniqueID : String
    • url : String
    • loginUser : String
    • loginPassword
      • Type: class hudson.util.Secret
    • label : String
    • collabPath : String
    • licenseID : String
  • showTrendAverageResponse : boolean
    When selected, a trend graph of the average response time for all pages is displayed. Note that the build artifacts must include XML results from NeoLoad for the graph to be displayed.
  • showTrendErrorRate : boolean
    When selected, a trend graph of the error rate of the most recent runs is included on the job page. Note that the build artifacts must include XML results from NeoLoad for the graph to be displayed.
  • graphOptionsInfo
      Array / List of Nested Object
    • name : String
    • curve
        Array / List of Nested Object
      • path : String
    • statistic : String
  • maxTrends : int
    Limit the number of points in trend charts. You can use 0 value to have unlimited charts

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.