1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-11-06 09:09:19 +02:00

add alias to serverUrl (#4670)

Co-authored-by: Gulom Alimov <gulomjon.alimov@sap.com>
This commit is contained in:
Googlom
2023-11-20 15:11:54 +05:00
committed by GitHub
parent 69b35ff007
commit a838f485d7
2 changed files with 2 additions and 1 deletions

View File

@@ -425,7 +425,7 @@ func detectExecuteScanMetadata() config.StepData {
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
Type: "string",
Mandatory: true,
Aliases: []config.Alias{{Name: "detect/serverUrl"}},
Aliases: []config.Alias{{Name: "detect/serverUrl"}, {Name: "detectServerUrl"}},
Default: os.Getenv("PIPER_serverUrl"),
},
{

View File

@@ -127,6 +127,7 @@ spec:
description: Server URL to the Synopsis Detect (formerly BlackDuck) Server.
aliases:
- name: detect/serverUrl
- name: detectServerUrl
type: string
mandatory: true
scope: