Debug copy_tree error

This commit is contained in:
Ed
2024-04-19 10:57:49 +01:00
parent 9a8dfea641
commit 8a991dd638

4
Jenkinsfile vendored
View File

@@ -40,8 +40,8 @@ pipeline {
} }
} }
} }
// Temp debug // Temp debug used by test_tx
archiveArtifacts artifacts: "${REPO}/**/*.pdf", fingerprint: true, allowEmptyArchive: true archiveArtifacts artifacts: "${REPO}/tests/*.txt", fingerprint: true, allowEmptyArchive: true
} }
} }
stage('Unity tests') { stage('Unity tests') {