fix stage definition

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