try again to archive #2

This commit is contained in:
Ed
2024-04-19 11:21:41 +01:00
parent 76ab4060d5
commit bbd0f2693d

4
Jenkinsfile vendored
View File

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