1
0
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:
Daniel Mieg 2022-07-05 09:59:37 +02:00 committed by GitHub
parent 8e9637bb4b
commit 6cf4e98b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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"),
}, },
{ {

View File

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