From d676264535701e2618f2aa429a23ddae10a470a2 Mon Sep 17 00:00:00 2001 From: Marc Mattmueller Date: Wed, 13 Oct 2021 07:59:57 +0200 Subject: [PATCH] jenkins/common: replaced bash- to groovy comment sign Signed-off-by: Marc Mattmueller --- Jenkinsfile_Common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_Common b/Jenkinsfile_Common index 9243623..642f649 100644 --- a/Jenkinsfile_Common +++ b/Jenkinsfile_Common @@ -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