mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +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"},
|
||||
Type: "string",
|
||||
Mandatory: false,
|
||||
Aliases: []config.Alias{},
|
||||
Aliases: []config.Alias{{Name: "addonDescriptorFileName"}},
|
||||
Default: os.Getenv("PIPER_repositories"),
|
||||
},
|
||||
{
|
||||
|
@ -53,6 +53,8 @@ spec:
|
||||
- PARAMETERS
|
||||
- STAGES
|
||||
- STEPS
|
||||
aliases:
|
||||
- name: addonDescriptorFileName
|
||||
- name: repositoryName
|
||||
type: string
|
||||
description: Specifies a repository (Software Components) on the SAP BTP ABAP Environment system
|
||||
|
Loading…
Reference in New Issue
Block a user