jenkins/common: replaced bash- to groovy comment sign

Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
Marc Mattmueller 2021-10-13 07:59:57 +02:00
parent e3cf8861d0
commit d676264535
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ def syncSources(src, dst) {
}
sshagent (credentials: ['7767e711-08a4-4c71-b080-197253dd7392']) {
# When the SRC is local, we want to avoid "*" expansion
// When the SRC is local, we want to avoid "*" expansion
if (hasSrcUrl)
sh "rsync -q -auvz --ignore-existing -e \"ssh\" ${from}/* ${to}"
else