mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
fix stage definition
This commit is contained in:
parent
826e216cd5
commit
35e14f9667
@ -302,7 +302,7 @@ class Helper {
|
||||
|
||||
params.put('STEP_CONFIG', script.STEP_CONFIG_KEYS ?: [])
|
||||
params.put('GENERAL_CONFIG', script.GENERAL_CONFIG_KEYS ?: [] )
|
||||
params.put('STAGE_CONFIG', script.PARAMETER_KEYS ?: [] )
|
||||
params.put('STAGE_CONFIG', script.STEP_CONFIG_KEYS ?: [] )
|
||||
|
||||
return params
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user