From 275ac0349eb071453cb8da8b191aa97e21dcdfd9 Mon Sep 17 00:00:00 2001 From: PawelDopierala Date: Wed, 27 Mar 2024 03:05:16 +0100 Subject: [PATCH] test --- JenkinsfileStats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JenkinsfileStats b/JenkinsfileStats index c951d41..4d375c5 100644 --- a/JenkinsfileStats +++ b/JenkinsfileStats @@ -18,7 +18,7 @@ pipeline { ) } } - stage('Download data') { + stage('Stats') { steps { copyArtifacts fingerprintArtifacts: true, projectName: 'z-s495719-create-dataset', selector: buildParameter('BUILD_SELECTOR') }