Update 'Jenkinsfile_create_dataset'

This commit is contained in:
Patryk Gałka 2023-04-19 16:51:54 +02:00
parent f949b2103e
commit 9c4de80001

View File

@ -50,12 +50,13 @@ pipeline {
agent {
dockerfile {
filename 'Dockerfile'
reuseNode true
dir 'ium_z434686'
reuseNode true
}
}
steps {
sh 'ls -a'
sh 'python create-dataset.py'
sh 'python ./ium_z434686/create-dataset.py'
archiveArtifacts 'X_train.csv'
archiveArtifacts 'X_dev.csv'
archiveArtifacts 'X_tes.csv'