mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
fix stage definition
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user