diff --git a/Jenkinsfile b/Jenkinsfile index 6f91bf4..c59f0fd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,7 @@ pipeline { } stage('Archive file') { steps { - archiveArtifacts artifacts: 'dataset.csv', fingerprint: true + archiveArtifacts artifacts: 'loan_sanction_shuffled.csv', fingerprint: true } } }