1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00

CPE - set initial value of mtaFilePath to null (#2997)

This commit is contained in:
Roland Stengel 2021-08-17 18:51:47 +02:00 committed by GitHub
parent 37cea1b998
commit d8d5f91bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ class commonPipelineEnvironment implements Serializable {
// Useful for making sure that the piper binary uses the same file when called from Jenkins. // Useful for making sure that the piper binary uses the same file when called from Jenkins.
String configurationFile = '' String configurationFile = ''
String mtarFilePath = "" String mtarFilePath = null
String abapAddonDescriptor String abapAddonDescriptor