syntax error?

This commit is contained in:
Robin Müller 2023-09-19 20:59:05 +02:00
parent 02f3cc6b93
commit d5fbae66f0
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -13,10 +13,7 @@ pipeline {
steps { steps {
sshagent(credentials: ['documentation-buildfix']) { sshagent(credentials: ['documentation-buildfix']) {
// Deploy to Apache webserver // Deploy to Apache webserver
sh """ sh 'rsync -r --exclude projects/* --exclude static/font-univers . buildfix@documentation.irs.uni-stuttgart.de:/ --delete'
rsync -r --exclude projects/* --exclude static/font-univers \\
. buildfix@documentation.irs.uni-stuttgart.de:/ --delete \\
"""
} }
} }
} }