Copy artifacts path fix
This commit is contained in:
parent
1c07500ab4
commit
4c4b6fc7c4
@ -24,7 +24,7 @@ pipeline {
|
||||
}
|
||||
stage('Copy Artifacts') {
|
||||
steps {
|
||||
copyArtifacts filter: '*.csv', fingerprintArtifacts: true, projectName: 's478841-create-dataset', selector: lastSuccessful()
|
||||
copyArtifacts filter: 'data/avocado.data*', fingerprintArtifacts: true, projectName: 's478841-create-dataset', selector: lastSuccessful()
|
||||
}
|
||||
}
|
||||
stage('Model training') {
|
||||
|
Loading…
Reference in New Issue
Block a user