fixed path for python code

This commit is contained in:
Mateusz Kuc 2023-04-20 19:44:03 +02:00
parent 8ca0ee67f0
commit f8b05ebcff
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ pipeline {
}
steps{
sh 'ls -a'
sh 'python .ium_458023/create_dataset.py'
sh 'python .ium_458023/create-dataset.py'
archiveArtifacts 'salary_test.csv'
archiveArtifacts 'salary_dev.csv'
archiveArtifacts 'salary_train.csv'