mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
fix: typo (#2856)
Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
This commit is contained in:
parent
8c5a7f5db5
commit
764040bf37
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user