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: typo (#2856)
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
This commit is contained in:
		| @@ -45,7 +45,7 @@ class InfluxData implements Serializable{ | ||||
|         List influxDataFiles = script.findFiles(glob: "${pathPrefix}**")?.toList() | ||||
|  | ||||
|         influxDataFiles.each({f -> | ||||
|             script.echo "Reading file form disk: ${f}" | ||||
|             script.echo "Reading file from disk: ${f}" | ||||
|             List parts = f.toString().replace(pathPrefix, '')?.split('/')?.toList() | ||||
|  | ||||
|             if(parts?.size() == 3){ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user