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.

StepCounter Plugin

stepcounter: Count steps

Specify the file which measures the number of steps.
And specify these encoding and the category of a total unit.
If result output to file, specify file path and file format.
  • outputFile : String (optional)
    If result output to file, specify file path and file format. (example 'dist/result.xls')。
    The directory used as root is work space.
  • outputFormat : String (optional)
  • settings (optional)
      Array / List of Nested Object
    • encoding : String
    • filePattern : String
      A wild card can be used for the candidate for a count (example 'module/dist/**/*.zip'). About an exact form, they are . Please refer to an includes attribute (file set of Ant) . The directory used as root is work space.
    • filePatternExclude : String
      A wild card can be used for the object excepted from a count (example 'module/dist/**/*.zip'). About an exact form, they are Please refer to an excludes attribute (file set of Ant) . The directory used as a standard is work space.
    • key : String
      Specify the file type. It will be the counting unit of results.
      Please be configured in a range of [A-z][A-Z][0-9][-_].

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.