From 55bcae78b82d06101f5211404a637d9b8e786490 Mon Sep 17 00:00:00 2001 From: s444417 Date: Mon, 25 Apr 2022 21:28:22 +0200 Subject: [PATCH] fix jenkinfile3 --- Jenkinsfile3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile3 b/Jenkinsfile3 index 69a3b32..5288463 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -5,7 +5,7 @@ pipeline { stages { stage('Test') { steps { - copyArtifacts filter: 'Participants_Data_HPP/**/*.*', projectName: 's444417-create-dataset' + copyArtifacts filter: 'Dev.csv Test.csv Train.csv', projectName: 's444417-create-dataset' } } }