From d5fbae66f087a8908a1a349ffd854e92247e4377 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 19 Sep 2023 20:59:05 +0200 Subject: [PATCH] syntax error? --- automation/Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index a4144db..516ecb8 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -13,10 +13,7 @@ pipeline { steps { sshagent(credentials: ['documentation-buildfix']) { // Deploy to Apache webserver - sh """ - rsync -r --exclude projects/* --exclude static/font-univers \\ - . buildfix@documentation.irs.uni-stuttgart.de:/ --delete \\ - """ + sh 'rsync -r --exclude projects/* --exclude static/font-univers . buildfix@documentation.irs.uni-stuttgart.de:/ --delete' } } }