forgot the shell wrapper
This commit is contained in:
parent
d85a684333
commit
81a9584dc4
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -64,7 +64,7 @@ pipeline {
|
||||
}
|
||||
steps {
|
||||
dir('satrs-book') {
|
||||
mdbook build
|
||||
sh 'mdbook build'
|
||||
sshagent(credentials: ['documentation-buildfix']) {
|
||||
// Deploy to Apache webserver
|
||||
sh 'rsync -r --delete book/ buildfix@documentation.irs.uni-stuttgart.de:/projects/sat-rs'
|
||||
|
Loading…
Reference in New Issue
Block a user