1
0
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:
weloli 2019-02-08 10:10:02 +01:00
parent 826e216cd5
commit 35e14f9667

View File

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