From b64d3ea79e960a64d672a0f26792e3f823f2d693 Mon Sep 17 00:00:00 2001 From: s444417 Date: Mon, 25 Apr 2022 21:24:19 +0200 Subject: [PATCH] add coma --- Jenkinsfile3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile3 b/Jenkinsfile3 index eb1d5e2..69a3b32 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: 'Participants_Data_HPP/**/*.*', projectName: 's444417-create-dataset' } } }