1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-07-13 01:30:24 +02:00

Revert "feat(getConfig): retrieve metadata by stepName (#2736)" (#2891)

This reverts commit ae4a24c594.
This commit is contained in:
Oliver Nocon
2021-06-14 10:57:44 +02:00
committed by GitHub
parent 62810d01d0
commit 4250ca8bed
79 changed files with 14 additions and 1007 deletions

View File

@ -129,7 +129,6 @@ func npmExecuteScriptsMetadata() config.StepData {
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
Type: "bool",
Mandatory: false,
Default: true,
Aliases: []config.Alias{},
},
{
@ -138,7 +137,6 @@ func npmExecuteScriptsMetadata() config.StepData {
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
Type: "[]string",
Mandatory: false,
Default: []string{},
Aliases: []config.Alias{},
},
{
@ -147,7 +145,6 @@ func npmExecuteScriptsMetadata() config.StepData {
Scope: []string{"PARAMETERS", "GENERAL", "STAGES", "STEPS"},
Type: "string",
Mandatory: false,
Default: os.Getenv("PIPER_defaultNpmRegistry"),
Aliases: []config.Alias{{Name: "npm/defaultNpmRegistry"}},
},
{
@ -156,7 +153,6 @@ func npmExecuteScriptsMetadata() config.StepData {
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
Type: "bool",
Mandatory: false,
Default: false,
Aliases: []config.Alias{},
},
{
@ -165,7 +161,6 @@ func npmExecuteScriptsMetadata() config.StepData {
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
Type: "[]string",
Mandatory: false,
Default: []string{},
Aliases: []config.Alias{},
},
{
@ -174,7 +169,6 @@ func npmExecuteScriptsMetadata() config.StepData {
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
Type: "[]string",
Mandatory: false,
Default: []string{`deployment/**`},
Aliases: []config.Alias{},
},
{
@ -183,7 +177,6 @@ func npmExecuteScriptsMetadata() config.StepData {
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
Type: "[]string",
Mandatory: false,
Default: []string{},
Aliases: []config.Alias{},
},
{
@ -192,7 +185,6 @@ func npmExecuteScriptsMetadata() config.StepData {
Scope: []string{"GENERAL", "STEPS", "STAGES", "PARAMETERS"},
Type: "bool",
Mandatory: false,
Default: false,
Aliases: []config.Alias{},
},
},