syntax error?
This commit is contained in:
parent
02f3cc6b93
commit
d5fbae66f0
5
automation/Jenkinsfile
vendored
5
automation/Jenkinsfile
vendored
@ -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 \\
|
|
||||||
"""
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user