From 33f0c86098a72c8a525c2057bab9783a4f9a062a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20=C5=81=C4=85czkowski?= Date: Wed, 20 Mar 2024 19:07:25 +0100 Subject: [PATCH] IUM_03 - add pipeline and bash script for statistics extraction - fix --- statistics/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statistics/Jenkinsfile b/statistics/Jenkinsfile index 17f9bfb..d088e0c 100644 --- a/statistics/Jenkinsfile +++ b/statistics/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { stage('Copy artifacts') { steps { - copyArtifacts projectName: 'z-s464863-create-dataset', filter: artifact, selector: buildParameter('BUILD_SELECTOR') + copyArtifacts projectName: 'z-s464863-create-dataset', selector: buildParameter('BUILD_SELECTOR') } }