Zaktualizuj 'JenkinsfileDatasetStats'

This commit is contained in:
Mateusz Kuc 2023-06-30 20:34:26 +02:00
parent 9e6a73ba70
commit 64669564bf
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ pipeline {
}
steps {
copyArtifacts projectName: 'z-s458023-create-dataset'
sh 'bash /prepare_dataset.sh'
sh 'mkdir sacred-files'
sh 'bash /get-data.sh'
sh 'python3 wines_train.py'
sh 'python3 predict.py'
archiveArtifacts 'my_runs/**'