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.

UPX Compress Plugin

upxCompress: Compress executable with UPX

  • executable : String
    Path, relative to the workspace, of the executable produced by the build (for example: bin\Release\Project.exe, or just Project.exe if it sits at the root of the workspace).
  • options : String (optional)
    Command-line arguments passed to UPX. Examples: --best --lzma (maximum compression) or -9 (faster). Leave empty to use UPX's own defaults.
  • upxName : String (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.