Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-05-10 20:16:25 +02:00
parent 598e5ce1aa
commit 4e2667af8d

View File

@ -59,7 +59,7 @@ pipeline {
archiveArtifacts 'Y_test.csv'
archiveArtifacts 'Y_dev.csv'
archiveArtifacts 'Y_train.csv'
archiveArtifacts 'test/'
archiveArtifacts 'test'
}
}
stage('clear_after') {