diff --git a/Jenkinsfile_Common b/Jenkinsfile_Common index 642f649..4585ca3 100644 --- a/Jenkinsfile_Common +++ b/Jenkinsfile_Common @@ -174,7 +174,7 @@ def syncSources(src, dst) { if (hasSrcUrl) sh "rsync -q -auvz --ignore-existing -e \"ssh\" ${from}/* ${to}" else - sh "rsync -q -auvz --ignore-existing -e \"ssh\" $(find ${from} -maxdepth 1) ${to}" + sh "rsync -q -auvz --ignore-existing -e \"ssh\" \$(find ${from} -maxdepth 1) ${to}" } }