diff --git a/Jenkinsfile b/Jenkinsfile index 2d43444..9711975 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { } stage('Artifacts') { steps { - archiveArtifacts artifacts: 'data_stats.txt' + archiveArtifacts artifacts: 'processed_data.txt' } } } diff --git a/JenkinsfileStats b/JenkinsfileStats index dfc1539..c951d41 100644 --- a/JenkinsfileStats +++ b/JenkinsfileStats @@ -25,7 +25,7 @@ pipeline { } stage('Artifacts') { steps { - archiveArtifacts artifacts: 'processed_data.txt' + archiveArtifacts artifacts: 'data_stats.txt' } } }