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') {