From 76ab4060d5343673ced0a8e4fd59f274f078ffda Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 19 Apr 2024 11:21:18 +0100 Subject: [PATCH] try again to archive --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 79266956..5da7ce8e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { } } // Temp debug used by test_tx - archiveArtifacts artifacts: "${REPO}/tests/*.txt", fingerprint: true, allowEmptyArchive: true + archiveArtifacts artifacts: "${REPO}/**/*.txt", fingerprint: true, allowEmptyArchive: true } } stage('Unity tests') {