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' } } }