Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 17:09:11 +02:00
parent e79bef16bf
commit af6f5a7778

View File

@ -58,8 +58,8 @@ agent {
sh 'ls -a' sh 'ls -a'
sh 'python ./ium_z434686/create-dataset.py' sh 'python ./ium_z434686/create-dataset.py'
archiveArtifacts 'X_test.csv' archiveArtifacts 'X_test.csv'
//archiveArtifacts 'X_dev.csv' archiveArtifacts 'X_dev.csv'
//archiveArtifacts 'X_tes.csv' archiveArtifacts 'X_train.csv'
} }
} }
} }