mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-03-03 15:02:35 +02:00
Configure alias for extension (#1569)
Restore compatibility with old parameter name to avoid breaking changes. Co-authored-by: Stephan Aßmus <stephan.assmus@sap.com>
This commit is contained in:
parent
09b2ddbafa
commit
550651187d
@ -173,7 +173,7 @@ func mtaBuildMetadata() config.StepData {
|
||||
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
||||
Type: "string",
|
||||
Mandatory: false,
|
||||
Aliases: []config.Alias{},
|
||||
Aliases: []config.Alias{{Name: "extension"}},
|
||||
},
|
||||
{
|
||||
Name: "platform",
|
||||
|
@ -58,6 +58,8 @@ spec:
|
||||
- STEPS
|
||||
mandatory: false
|
||||
default:
|
||||
aliases:
|
||||
- name: extension
|
||||
- name: platform
|
||||
type: string
|
||||
description: "mtaBuildTool 'cloudMbt' only: The target platform to which the mtar can be deployed."
|
||||
|
Loading…
x
Reference in New Issue
Block a user