fix println

This commit is contained in:
Roberto Cirillo 2022-04-26 15:31:23 +02:00
parent df88ce55d8
commit 303c69bb60
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -19,7 +19,7 @@ if (params.deployFile) {
println "Using local deploy file"
//load the report from local
deployList = agent_root_folder+'/'+agent_deploy_filename;
println "Load from local file "+${deployList}
println "Load from local file ${deployList}"
}
// parse the report and extract the data
def components = parseDeployComponent(deployList)