From a4bca7bae428903c3d3d8e97712f33039085c668 Mon Sep 17 00:00:00 2001 From: filnow Date: Tue, 26 Mar 2024 21:29:50 +0100 Subject: [PATCH] fix jenkins --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c7a9f4c..a4b7609 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,7 @@ pipeline { } post { success { - archiveArtifacts artifacts: 'data', onlyIfSuccessful: true + archiveArtifacts artifacts: 'data/**', onlyIfSuccessful: true } } }