1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-12-03 23:10:20 +02:00
Files
sap-jenkins-library/documentation/docs/steps/commonPipelineEnvironment/getMtarFileName.md
2017-11-10 16:30:52 +01:00

27 lines
399 B
Markdown

# getMtarFileName
## Description
Gets the file name of the mtar archive. The mtar archive is created in the [mtaBuild](../../steps/mtaBuild) step.
## Parameters
none
## Return values
The mtar archive file name stored in the `commonPipelineEnvironment` object.
## Side effects
none
## Exceptions
none
## Example
```groovy
def mtarFileName = commonPipelineEnvironment.getMtarFileName()
```