Update Jenkinsfile

This commit is contained in:
Agata 2022-04-28 20:28:30 +02:00
parent 60dbcba650
commit f59d132fdf

3
Jenkinsfile vendored
View File

@ -10,7 +10,8 @@ pipeline {
}
stage('Shell Script') {
steps {
sh 'ipython ./preparation.py'
sh 'ipython ./prepare_datasets.py'
archiveArtifacts artifacts: 'X_train.csv, X_test.csv, y_train.csv, y_test.csv '
}
}
}