mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
Update Assemble Package with Package Type (#3151)
This commit is contained in:
parent
2fb2843a2a
commit
abd0406fcc
@ -173,6 +173,10 @@ func (br *buildWithRepository) start() error {
|
||||
ValueID: "NAMESPACE",
|
||||
Value: br.repo.Namespace,
|
||||
},
|
||||
{
|
||||
ValueID: "PACKAGE_TYPE",
|
||||
Value: br.repo.PackageType,
|
||||
},
|
||||
{
|
||||
ValueID: "PACKAGE_NAME_" + br.repo.PackageType,
|
||||
Value: br.repo.PackageName,
|
||||
|
Loading…
x
Reference in New Issue
Block a user