From 9bb45aac83ff483fbb3bac8221c7d0073ef21152 Mon Sep 17 00:00:00 2001 From: nanxun Date: Fri, 21 Aug 2026 14:21:52 +0800 Subject: [PATCH] ci: archive artifacts before cleanup --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d0d146e..a1abfc0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -227,7 +227,7 @@ PY post { success { archiveArtifacts artifacts: 'artifacts/*.apk,artifacts/*.sha256,artifacts/*.json', fingerprint: true } - always { + cleanup { script { // A build can be aborted while still waiting for an executor. In that // case Jenkins has no FilePath context and cleanWs would mask the