diff --git a/Jenkinsfile b/Jenkinsfile index b6a9370..64ba012 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -36,7 +36,7 @@ pipeline { } stage('Archive Artifacts') { steps { - archiveArtifacts artifacts: 'metrics_df.csv, spotify_genre_predictions.csv', onlyIfSuccessful: true + archiveArtifacts artifacts: 'metrics_df.csv, spotify_genre_predictions.csv, F1_score_plot.png, RMSE_plot.png, Accuracy_plot.png', onlyIfSuccessful: true } } }