mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +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"},
|
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
||||||
Type: "string",
|
Type: "string",
|
||||||
Mandatory: false,
|
Mandatory: false,
|
||||||
Aliases: []config.Alias{},
|
Aliases: []config.Alias{{Name: "extension"}},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "platform",
|
Name: "platform",
|
||||||
|
@ -58,6 +58,8 @@ spec:
|
|||||||
- STEPS
|
- STEPS
|
||||||
mandatory: false
|
mandatory: false
|
||||||
default:
|
default:
|
||||||
|
aliases:
|
||||||
|
- name: extension
|
||||||
- name: platform
|
- name: platform
|
||||||
type: string
|
type: string
|
||||||
description: "mtaBuildTool 'cloudMbt' only: The target platform to which the mtar can be deployed."
|
description: "mtaBuildTool 'cloudMbt' only: The target platform to which the mtar can be deployed."
|
||||||
|
Loading…
Reference in New Issue
Block a user