1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-04-25 12:24:42 +02:00
2017-11-10 16:30:52 +01:00

668 B

setMtarFileName

Description

Sets the file name of the mtar archive. The mtar archive is created in the mtaBuild step. This does not change the file name of the actual mtar archive file.

Parameters

parameter mandatory default possible values
mtarFileName yes
  • mtarFileName - the String to be set as value for mtarFileName in commonPipelineEnvironment.

Return values

none

Side effects

none

Exceptions

none

Example

commonPipelineEnvironment.setMtarFileName('my.file.name.mtar')