From 350a41484ec6f7bf5b22ab42a9a347b5df4a1135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D1=80=D0=B8=D0=B3=D0=BE=D1=80=D0=B8=D0=B9=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=BB=D0=BE=D0=B2?= Date: Fri, 1 May 2026 21:27:56 +0300 Subject: [PATCH] Add artifacts --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Jenkinsfile b/Jenkinsfile index dd99ccd..ea3a3b3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,5 +19,11 @@ pipeline { ''' } } + + stage('Archive') { + steps { + archiveArtifacts artifacts: 'build/**', fingerprint: true + } + } } } \ No newline at end of file