From bbd0f2693d7fe61331f0bda30ccb86b922ff1d66 Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 19 Apr 2024 11:21:41 +0100 Subject: [PATCH] try again to archive #2 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5da7ce8e..00320dc7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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() } }