jenkins/common: replaced bash- to groovy comment sign
Signed-off-by: Marc Mattmueller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
e3cf8861d0
commit
d676264535
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue