removed unnecesary combo dot and slash

This commit is contained in:
Mateusz Kuc 2023-04-20 20:31:05 +02:00
parent 316c41f9b6
commit 935a69d8eb

View File

@ -35,11 +35,11 @@ pipeline{
} }
steps{ steps{
sh 'ls -a' sh 'ls -a'
sh 'python ./ium_458023/dataset-stats.py' sh 'python ium_458023/dataset-stats.py'
echo 'koniec' echo 'koniec'
archiveArtifacts 'salaries_test.csv' archiveArtifacts 'salaries_test.csv'
archiveArtifacts 'salaries_dev.csv' archiveArtifacts 'salaries_dev.csv'
archiveArtifacts 'salaries_train.csv' archiveArtifacts 'salaries_train.csv'
} }
} }
stage('Goodbye!') { stage('Goodbye!') {