let's try it with a trailing slash
Some checks are pending
Rust/spacepackets/pipeline/head Build started...
Some checks are pending
Rust/spacepackets/pipeline/head Build started...
This commit is contained in:
parent
cfeb74d4c2
commit
e4fab72745
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -68,7 +68,7 @@ pipeline {
|
||||
sh 'grcov . -s . --binary-path ./target/debug -t html --branch --ignore-not-existing -o ./target/debug/coverage/'
|
||||
sshagent(credentials: ['documentation-buildfix']) {
|
||||
// Deploy to Apache webserver
|
||||
sh 'rsync --mkpath -r --delete ./target/debug/coverage/ buildfix@documentation.irs.uni-stuttgart.de:/projects/spacepackets-rs/coverage/latest'
|
||||
sh 'rsync --mkpath -r --delete ./target/debug/coverage/ buildfix@documentation.irs.uni-stuttgart.de:/projects/spacepackets-rs/coverage/latest/'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user