From 86680adb0e460751b12c61596673c0ad1bd0c9a3 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:04:49 +0100 Subject: [PATCH] IUM_03 - add pipeline and bash script for statistics extraction - fix --- statistics/Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/statistics/Jenkinsfile b/statistics/Jenkinsfile index 3d5b647..17f9bfb 100644 --- a/statistics/Jenkinsfile +++ b/statistics/Jenkinsfile @@ -19,7 +19,6 @@ pipeline { stage('Copy artifacts') { steps { copyArtifacts projectName: 'z-s464863-create-dataset', filter: artifact, selector: buildParameter('BUILD_SELECTOR') - } } }