cp artifacts
All checks were successful
s444417-training/pipeline/head This commit looks good

This commit is contained in:
s444417 2022-04-25 21:31:57 +02:00
parent 29194fb16b
commit c0f1c1f984

View File

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