1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-30 05:59:39 +02:00

Fix codeclimate remarks

This commit is contained in:
Marcus Holl 2018-11-05 13:25:22 +01:00
parent f91d9aa1d0
commit e4633c50ee

View File

@ -21,7 +21,8 @@ Executes a maven command inside a Docker container.
* `script` defines the global script environment of the Jenkinsfile run.
Typically `this` is passed to this parameter. This allows the function
to access the commonPipelineEnvironment for retrieving, for example, configuration parameters..
to access the commonPipelineEnvironment for retrieving, for example,
configuration parameters.
* `dockerImage` Name of the docker image that should be used.
* `globalSettingsFile` Path or url to the mvn settings file that should be used as global settings file.
* `projectSettingsFile` Path or url to the mvn settings file that should be used as project settings file.