From 960835f99dc06066b8f432f5351856f1365a49c2 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Thu, 7 Dec 2023 13:11:14 +0100 Subject: [PATCH] it's the clean?! --- automation/Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index a2d8ab5..1feceb6 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -67,7 +67,6 @@ pipeline { sh 'cargo clean' sh 'cargo test --all-features' 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']) { // Deploy to Apache webserver sh 'rsync --mkpath -r --delete ./target/debug/coverage/ buildfix@documentation.irs.uni-stuttgart.de:/projects/spacepackets-rs/coverage/latest/'