Fix Jenkinsfile.

This commit is contained in:
s487179 2023-04-14 11:35:15 +02:00
parent 98bc3fb26e
commit 56c3e9b3a4

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
}
stage('Archive file') {
steps {
archiveArtifacts artifacts: 'dataset.csv', fingerprint: true
archiveArtifacts artifacts: 'loan_sanction_shuffled.csv', fingerprint: true
}
}
}