1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-05 15:15:44 +02:00

better text for step configuration section

This commit is contained in:
Marcus Holl 2019-01-09 10:43:09 +01:00
parent 669d91bcdd
commit 89370b7a93

View File

@ -65,7 +65,7 @@ class TemplateHelper {
def t = '''|
|We recommend to define values of step parameters via [config.yml file](../configuration.md).
|
|In following sections the configuration is possible:\n\n'''.stripMargin()
|In following sections of the config.yml the configuration is possible:\n\n'''.stripMargin()
t += '| parameter | general | step | stage |\n'
t += '|-----------|---------|------|-------|\n'
@ -494,7 +494,7 @@ def handleStep(stepName, prepareDefaultValuesStep, gse) {
GENERAL_CONFIG: false,
STEP_CONFIG: false,
PARAMS: true
PARAMS: false
]
// END special handling for 'script' parameter