generated from gCubeCI/Pipeline-Docker-Template
merging test
This commit is contained in:
parent
28fa798768
commit
1f93095e75
|
@ -112,6 +112,9 @@ pipeline {
|
||||||
if (files == null){
|
if (files == null){
|
||||||
println ("Nothing to do");
|
println ("Nothing to do");
|
||||||
}else{
|
}else{
|
||||||
|
for ( def file : files){
|
||||||
|
sh " ${file.path} >> ${deployFolder}/testdeploy.csv"
|
||||||
|
}
|
||||||
for (def file : files){
|
for (def file : files){
|
||||||
echo """
|
echo """
|
||||||
Found: ${file.name} with path ${file.path}
|
Found: ${file.name} with path ${file.path}
|
||||||
|
@ -130,7 +133,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
sh "rm ${file.path}"
|
sh "rm ${file.path}"
|
||||||
}
|
}
|
||||||
sh "rm -Rf ${deployFolder}"
|
// sh "rm -Rf ${deployFolder}"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue