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

This commit is contained in:
s444417 2022-04-25 21:28:22 +02:00
parent b64d3ea79e
commit 55bcae78b8

View File

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