fix jenkins

This commit is contained in:
filnow 2024-03-26 21:32:36 +01:00
parent a4bca7bae4
commit d725fe782e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -32,7 +32,7 @@ pipeline {
}
post {
success {
archiveArtifacts artifacts: 'data/**', onlyIfSuccessful: true
archiveArtifacts artifacts: ['data/train/*', 'data/test/*'], onlyIfSuccessful: true
}
}
}