From: Michael Tremer Date: Sat, 26 Oct 2024 15:31:00 +0000 (+0000) Subject: jenkins: Upload everything after tests X-Git-Tag: 0.9.30~817 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1804ebca24bb3f7e6648bb91c96dba07b6b939d3;p=pakfire.git jenkins: Upload everything after tests Signed-off-by: Michael Tremer --- diff --git a/Jenkinsfile b/Jenkinsfile index d96eb74a2..7824b064e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -228,7 +228,7 @@ pipeline { """ // Archive the logs only if the stage fails - archiveArtifacts artifacts: "tests/${DISTRO}/${COMPILER}/*/*.log" + archiveArtifacts artifacts: "tests/${DISTRO}/${COMPILER}/**/*" echo "The test logs have been archived" }