From 16638c993f2a801d9b494532ff740ae45f5fa791 Mon Sep 17 00:00:00 2001 From: dany Date: Thu, 4 Aug 2022 11:37:37 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Jenkinsfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4493fd8..d22b7ff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline{ stage('Archive') { steps { script { - archiveArtifacts artifacts: 'build/tmp/deploy/images', fingerprint: true + archiveArtifacts artifacts: 'build/tmp/deploy/images/', fingerprint: true } } }