From be86e3055e2b5f3ab91df3ee38123ccae35a2786 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 1 Dec 2023 16:37:58 +0100 Subject: [PATCH] I think this stays the same --- automation/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 37c41a8..b8ff973 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -69,7 +69,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 -r --delete ./target/debug/coverage/ buildfix@absatsw.irs.uni-stuttgart.de:/projects/spacepackets-rs/coverage/latest' + sh 'rsync -r --delete ./target/debug/coverage/ buildfix@documentation.irs.uni-stuttgart.de:/projects/spacepackets-rs/coverage/latest' } } }