From 6758a4bb521b78e288d961d8b69e5416da25117b Mon Sep 17 00:00:00 2001 From: Dany LE Date: Tue, 2 Aug 2022 09:22:51 +0200 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index a9ee28c..11fe364 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -46,7 +46,7 @@ pipeline{ script { // only useful for any master branch //if (env.BRANCH_NAME =~ /^master/) { - archiveArtifacts artifacts: 'build/**/*.*', fingerprint: true, onlyIfSuccessful: true + archiveArtifacts artifacts: 'build/', fingerprint: true, onlyIfSuccessful: true //} } }