Fix path for downloaded dataset

This commit is contained in:
AdamOsiowy123 2022-03-27 17:34:38 +02:00
parent 59a4458a73
commit 392ba44456

2
Jenkinsfile vendored
View File

@ -33,6 +33,6 @@ node {
}
}
stage('Archive artifacts') {
archiveArtifacts './dataset.csv'
archiveArtifacts 'dataset.csv'
}
}