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"},
|
||||
Type: "string",
|
||||
Mandatory: true,
|
||||
Aliases: []config.Alias{{Name: "detect/serverUrl"}},
|
||||
Aliases: []config.Alias{{Name: "detect/serverUrl"}, {Name: "detectServerUrl"}},
|
||||
Default: os.Getenv("PIPER_serverUrl"),
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user