From 07777d5afb508d09d2dda65e84a5df2235da8a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Perz?= Date: Wed, 19 Apr 2023 22:50:27 +0200 Subject: [PATCH] Update 'Jenkinsfile' --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3e7f146..2dd2678 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,7 @@ pipeline { echo 'Goodbye!' //Zarchiwizuj wynik //archiveArtifacts 'output.txt' - archiveArtifacts './ium_z360792/country_vaccinations/country_vaccinations.csv' + archiveArtifacts './country_vaccinations/country_vaccinations.csv' } } }