You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-07-13 01:30:24 +02:00
This reverts commit ae4a24c594
.
This commit is contained in:
@ -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{},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user