Fix path for downloaded dataset
This commit is contained in:
parent
59a4458a73
commit
392ba44456
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -33,6 +33,6 @@ node {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Archive artifacts') {
|
stage('Archive artifacts') {
|
||||||
archiveArtifacts './dataset.csv'
|
archiveArtifacts 'dataset.csv'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user