merging deploy files test

This commit is contained in:
Roberto Cirillo 2022-10-04 11:49:50 +02:00
parent 1f93095e75
commit 092b4213d3
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -113,7 +113,10 @@ pipeline {
println ("Nothing to do");
}else{
for ( def file : files){
sh " ${file.path} >> ${deployFolder}/testdeploy.csv"
sh """
touch ${deployFolder}/testdeploy.csv
${file.path} >> ${deployFolder}/testdeploy.csv
"""
}
for (def file : files){
echo """