mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
Add alias to CreateTag (#3871)
This commit is contained in:
parent
8e9637bb4b
commit
6cf4e98b12
@ -203,7 +203,7 @@ func abapEnvironmentCreateTagMetadata() config.StepData {
|
|||||||
Scope: []string{"GENERAL", "PARAMETERS", "STAGES", "STEPS"},
|
Scope: []string{"GENERAL", "PARAMETERS", "STAGES", "STEPS"},
|
||||||
Type: "string",
|
Type: "string",
|
||||||
Mandatory: false,
|
Mandatory: false,
|
||||||
Aliases: []config.Alias{},
|
Aliases: []config.Alias{{Name: "addonDescriptorFileName"}},
|
||||||
Default: os.Getenv("PIPER_repositories"),
|
Default: os.Getenv("PIPER_repositories"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -53,6 +53,8 @@ spec:
|
|||||||
- PARAMETERS
|
- PARAMETERS
|
||||||
- STAGES
|
- STAGES
|
||||||
- STEPS
|
- STEPS
|
||||||
|
aliases:
|
||||||
|
- name: addonDescriptorFileName
|
||||||
- name: repositoryName
|
- name: repositoryName
|
||||||
type: string
|
type: string
|
||||||
description: Specifies a repository (Software Components) on the SAP BTP ABAP Environment system
|
description: Specifies a repository (Software Components) on the SAP BTP ABAP Environment system
|
||||||
|
Loading…
x
Reference in New Issue
Block a user