add coma
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-04-25 21:24:19 +02:00
parent 78e42d0b3b
commit b64d3ea79e

View File

@ -5,7 +5,7 @@ pipeline {
stages { stages {
stage('Test') { stage('Test') {
steps { steps {
copyArtifacts filter: 'Participants_Data_HPP/**/*.*' projectName: 's444417-create-dataset' copyArtifacts filter: 'Participants_Data_HPP/**/*.*', projectName: 's444417-create-dataset'
} }
} }
} }