1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-10-30 23:57:50 +02:00
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
This commit is contained in:
Nico Schmoigl
2021-06-04 12:38:29 +02:00
committed by GitHub
parent 8c5a7f5db5
commit 764040bf37

View File

@@ -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){