diff --git a/Jenkinsfile b/Jenkinsfile
index 05b2a1b..6195c61 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -12,8 +12,8 @@ pipeline {
                      sh 'git --version'
                      sh 'git checkout'
                      sh 'python3 generate_plot.py'
-                     archiveArtifacts artifacts: 'historical_srr_plot'
-                     archiveArtifacts artifacts: 'historical_wer_mean_plot'
+                     archiveArtifacts artifacts: 'historical_srr_plot.png'
+                     archiveArtifacts artifacts: 'historical_wer_mean_plot.png'
 
                  }
              }