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
1 changed files with 5 additions and 5 deletions

View File

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