You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
CPE - set initial value of mtaFilePath to null (#2997)
This commit is contained in:
@@ -48,7 +48,7 @@ class commonPipelineEnvironment implements Serializable {
|
||||
// Useful for making sure that the piper binary uses the same file when called from Jenkins.
|
||||
String configurationFile = ''
|
||||
|
||||
String mtarFilePath = ""
|
||||
String mtarFilePath = null
|
||||
|
||||
String abapAddonDescriptor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user