mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-20 05:19:40 +02:00
checkmarxExecuteScan: Add two (deprecated) aliases (#1883)
This commit is contained in:
parent
2e56b194aa
commit
c54a55287a
@ -334,7 +334,7 @@ func checkmarxExecuteScanMetadata() config.StepData {
|
||||
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
||||
Type: "string",
|
||||
Mandatory: true,
|
||||
Aliases: []config.Alias{{Name: "checkmarxProject"}},
|
||||
Aliases: []config.Alias{{Name: "checkmarxProject"}, {Name: "checkMarxProjectName"}},
|
||||
},
|
||||
{
|
||||
Name: "pullRequestName",
|
||||
@ -366,7 +366,7 @@ func checkmarxExecuteScanMetadata() config.StepData {
|
||||
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
||||
Type: "string",
|
||||
Mandatory: false,
|
||||
Aliases: []config.Alias{{Name: "checkmarxGroupId"}},
|
||||
Aliases: []config.Alias{{Name: "checkmarxGroupId"}, {Name: "groupId"}},
|
||||
},
|
||||
{
|
||||
Name: "teamName",
|
||||
|
@ -99,6 +99,8 @@ spec:
|
||||
- name: projectName
|
||||
aliases:
|
||||
- name: checkmarxProject
|
||||
- name: checkMarxProjectName
|
||||
deprecated: true
|
||||
type: string
|
||||
description: The name of the Checkmarx project to scan into
|
||||
mandatory: true
|
||||
@ -137,6 +139,8 @@ spec:
|
||||
- name: teamId
|
||||
aliases:
|
||||
- name: checkmarxGroupId
|
||||
- name: groupId
|
||||
deprecated: true
|
||||
type: string
|
||||
description: The group ID related to your team which can be obtained via the Pipeline Syntax plugin as described in the `Details` section
|
||||
mandatory: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user