1
0
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:
Christian Luttenberger 2021-10-05 15:20:13 +02:00 committed by GitHub
parent 2fb2843a2a
commit abd0406fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,