Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 17:03:43 +02:00
parent 94c4af6f90
commit d7870c0d2b

View File

@ -57,7 +57,7 @@ agent {
steps {
sh 'ls -a'
sh 'python ./ium_z434686/create-dataset.py'
archiveArtifacts 'X.csv'
archiveArtifacts 'X_test.csv'
//archiveArtifacts 'X_dev.csv'
//archiveArtifacts 'X_tes.csv'
}