added model evaluation

This commit is contained in:
s464953 2024-05-09 02:23:04 +02:00
parent 63f9975668
commit e3b48a0364
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
}
stage('Archive Artifacts') {
steps {
archiveArtifacts artifacts: '*', onlyIfSuccessful: true
archiveArtifacts artifacts: 'metrics_df.csv, spotify_genre_predictions.csv', onlyIfSuccessful: true
}
}
}