1
0
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:
Stephan Aßmus 2020-08-05 14:15:24 +02:00 committed by GitHub
parent 2e56b194aa
commit c54a55287a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

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

View File

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