mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-14 11:03:09 +02:00
[fix] script can only be passed via parameters
This commit is contained in:
parent
e11478ca00
commit
d140a20bb4
@ -490,9 +490,9 @@ def handleStep(stepName, prepareDefaultValuesStep, gse) {
|
||||
'commonPipelineEnvironment for retrieving, for example, configuration parameters.',
|
||||
required: true,
|
||||
|
||||
GENERAL_CONFIG: 'false',
|
||||
STEP_CONFIG: 'false',
|
||||
PARAMS: 'true'
|
||||
GENERAL_CONFIG: false,
|
||||
STEP_CONFIG: false,
|
||||
PARAMS: true
|
||||
]
|
||||
|
||||
// END special handling for 'script' parameter
|
||||
|
Loading…
Reference in New Issue
Block a user