fixed artifacts

This commit is contained in:
Mateusz Kuc 2023-06-30 20:49:10 +02:00
parent 4a0b9d8c96
commit 4cb0f7606a
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ pipeline {
sh 'bash /get-data.sh'
sh 'python3 wines_train.py'
sh 'python3 predict.py'
archiveArtifacts 'my_runs/**'
archiveArtifacts 'predictions.csv'
}
}
}