You've already forked sap-jenkins-library
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:
@@ -425,7 +425,7 @@ func detectExecuteScanMetadata() config.StepData {
|
|||||||
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
||||||
Type: "string",
|
Type: "string",
|
||||||
Mandatory: true,
|
Mandatory: true,
|
||||||
Aliases: []config.Alias{{Name: "detect/serverUrl"}},
|
Aliases: []config.Alias{{Name: "detect/serverUrl"}, {Name: "detectServerUrl"}},
|
||||||
Default: os.Getenv("PIPER_serverUrl"),
|
Default: os.Getenv("PIPER_serverUrl"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -127,6 +127,7 @@ spec:
|
|||||||
description: Server URL to the Synopsis Detect (formerly BlackDuck) Server.
|
description: Server URL to the Synopsis Detect (formerly BlackDuck) Server.
|
||||||
aliases:
|
aliases:
|
||||||
- name: detect/serverUrl
|
- name: detect/serverUrl
|
||||||
|
- name: detectServerUrl
|
||||||
type: string
|
type: string
|
||||||
mandatory: true
|
mandatory: true
|
||||||
scope:
|
scope:
|
||||||
|
|||||||
Reference in New Issue
Block a user