it's the clean?!
This commit is contained in:
parent
4b6b935b06
commit
960835f99d
1
automation/Jenkinsfile
vendored
1
automation/Jenkinsfile
vendored
@ -67,7 +67,6 @@ pipeline {
|
|||||||
sh 'cargo clean'
|
sh 'cargo clean'
|
||||||
sh 'cargo test --all-features'
|
sh 'cargo test --all-features'
|
||||||
sh 'grcov . -s . --binary-path ./target/debug -t html --branch --ignore-not-existing -o ./target/debug/coverage/'
|
sh 'grcov . -s . --binary-path ./target/debug -t html --branch --ignore-not-existing -o ./target/debug/coverage/'
|
||||||
sh 'ls -lr ./target/debug/coverage/'
|
|
||||||
sshagent(credentials: ['documentation-buildfix']) {
|
sshagent(credentials: ['documentation-buildfix']) {
|
||||||
// Deploy to Apache webserver
|
// 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