mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-04-25 12:24:42 +02:00
399 B
399 B
getMtarFileName
Description
Gets the file name of the mtar archive. The mtar archive is created in the mtaBuild step.
Parameters
none
Return values
The mtar archive file name stored in the commonPipelineEnvironment
object.
Side effects
none
Exceptions
none
Example
def mtarFileName = commonPipelineEnvironment.getMtarFileName()