From cf7a7bd2e0df95e0c9898ddbe0ebdf76aea7303c Mon Sep 17 00:00:00 2001 From: kurihada Date: Tue, 3 Mar 2026 14:54:59 +0800 Subject: [PATCH] =?UTF-8?q?Jenkins=20=E5=A4=B1=E8=B4=A5=E6=97=B6=E5=BD=92?= =?UTF-8?q?=E6=A1=A3=20E2E=20=E6=B5=8B=E8=AF=95=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 2aba3f4..d15a157 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -78,6 +78,7 @@ pipeline { } failure { echo "Build #${BUILD_NUMBER} failed" + archiveArtifacts artifacts: 'playwright-report/**,test-results/**', allowEmptyArchive: true } } }