Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-05-10 20:20:51 +02:00
parent 07b9558387
commit 62efed9115

View File

@ -53,6 +53,7 @@ pipeline {
}
steps {
sh 'python ./ium_z434686/create-dataset.py'
sh 'python ./ium_z434686/train.py'
archiveArtifacts 'X_test.csv'
archiveArtifacts 'X_dev.csv'
archiveArtifacts 'X_train.csv'