]> git.ipfire.org Git - pakfire.git/commitdiff
jenkins: Upload everything after tests
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Oct 2024 15:31:00 +0000 (15:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 26 Oct 2024 15:31:00 +0000 (15:31 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Jenkinsfile

index d96eb74a2c5c33af59d1c935661fed2bb20ccdfc..7824b064ee98f6f9964dc3a413ac429bd910429a 100644 (file)
@@ -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"
                                                        }