You've already forked sap-jenkins-library
							
							
				mirror of
				https://github.com/SAP/jenkins-library.git
				synced 2025-10-30 23:57:50 +02:00 
			
		
		
		
	Fix codeclimate remarks
This commit is contained in:
		| @@ -20,8 +20,8 @@ Executes a maven command inside a Docker container. | ||||
| | `logSuccessfulMavenTransfers`  | no        | `false`           | 'true'                     | | ||||
|  | ||||
| * `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.. | ||||
|     Typically `this` is passed to this parameter. This allows the function | ||||
|     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. | ||||
|   | ||||
| @@ -38,9 +38,9 @@ Available parameters: | ||||
| | jmeter | no | `false` | true, false | | ||||
|  | ||||
| * `script` - The common script environment of the Jenkinsfile running. | ||||
|   Typically the reference to the script calling the pipeline step is provided | ||||
|   with the `this` parameter, as in `script: this`. | ||||
|   This allows the function to access the [`commonPipelineEnvironment`](commonPipelineEnvironment.md) | ||||
|     Typically the reference to the script calling the pipeline step is provided | ||||
|     with the `this` parameter, as in `script: this`. | ||||
|     This allows the function to access the [`commonPipelineEnvironment`](commonPipelineEnvironment.md) | ||||
|   for retrieving, for example, configuration parameters. | ||||
| * `junit` - Publishes test results files in JUnit format with the [JUnit Plugin](https://plugins.jenkins.io/junit). | ||||
| * `jacoco` - Publishes code coverage with the [JaCoCo plugin](https://plugins.jenkins.io/jacoco) . | ||||
|   | ||||
		Reference in New Issue
	
	Block a user