try again to archive

This commit is contained in:
Ed
2024-04-19 11:21:18 +01:00
parent 8a991dd638
commit 76ab4060d5

2
Jenkinsfile vendored
View File

@@ -41,7 +41,7 @@ pipeline {
} }
} }
// Temp debug used by test_tx // 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') { stage('Unity tests') {