ci: archive artifacts before cleanup

This commit is contained in:
2026-08-21 14:21:52 +08:00
parent 5f4a1d40ed
commit 9bb45aac83
Vendored
+1 -1
View File
@@ -227,7 +227,7 @@ PY
post { post {
success { archiveArtifacts artifacts: 'artifacts/*.apk,artifacts/*.sha256,artifacts/*.json', fingerprint: true } success { archiveArtifacts artifacts: 'artifacts/*.apk,artifacts/*.sha256,artifacts/*.json', fingerprint: true }
always { cleanup {
script { script {
// A build can be aborted while still waiting for an executor. In that // A build can be aborted while still waiting for an executor. In that
// case Jenkins has no FilePath context and cleanWs would mask the // case Jenkins has no FilePath context and cleanWs would mask the