1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-12 10:55:20 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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