Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 15:30:18 +02:00
parent 46f4d6b354
commit e8eb8079a3

View File

@ -56,6 +56,7 @@ pipeline {
}
}
steps {
sh 'ls -a'
sh 'python create-dataset.py'
archiveArtifacts 'X_train.csv'
archiveArtifacts 'X_dev.csv'